Instalar Steam
iniciar sesión
|
idioma
简体中文 (Chino simplificado)
繁體中文 (Chino tradicional)
日本語 (Japonés)
한국어 (Coreano)
ไทย (Tailandés)
български (Búlgaro)
Čeština (Checo)
Dansk (Danés)
Deutsch (Alemán)
English (Inglés)
Español - España
Ελληνικά (Griego)
Français (Francés)
Italiano
Bahasa Indonesia (indonesio)
Magyar (Húngaro)
Nederlands (Holandés)
Norsk (Noruego)
Polski (Polaco)
Português (Portugués de Portugal)
Português - Brasil (Portugués - Brasil)
Română (Rumano)
Русский (Ruso)
Suomi (Finés)
Svenska (Sueco)
Türkçe (Turco)
Tiếng Việt (Vietnamita)
Українська (Ucraniano)
Informar de un error de traducción
I noticed that my code is copyright protected since I never added a license. I've added MIT now.
Or just anywhere else to download the lua files
Please note that it doesn't give you an infinite clip. All it does is to give you back all the ammo you've shot after you reload.
You will probably need to restart GMod for the update. Hope this fixes your problem, if not feel free to message me again :)
Sorry, this weapon cannot use universal ammo!
all m9k weapos
already tried to reset to default
Might be worth checking in the Spawn Menu -> Utilities -> Universal Ammo -> Ammo and make sure the ammo the weapon takes isn't set to 0. If you still have problems it's probably worth trying the reset to defaults button to see if that helps.
Are you one singleplayer or multiplayer?
Have you tried different SWEPs? Which one isn't working?
I cannot seem to change it
https://cdn.discordapp.com/attachments/286538019668754442/706137809500635186/unknown.png
This is the coding, im using "grenade" which is the same ammo type used in the grenade ammo files. I would happy call and share screens on discord (Wedge#3232) if needed and would really appricate the help: https://cdn.discordapp.com/attachments/286538019668754442/706137809500635186/unknown.png
In the bit that gives the player ammo you might be able to do something like this.
for key, name in pairs(game.GetAmmoTypes()) do
ply:GiveAmmo(10, name)
end