999 ammo

What is the rcon command or whatever for 999 ammo on all the weapons ??
Comments
14
/give_all
/give all

?? something like that
atleast someone noticed =) (and played it)
Parent
Actually it's idkfa what he is asking for :P
Parent
for everyone in the server i mean, like if u join you have 999 mortar rounds + i think slac has cheats disabled.
sv_cheats 1 :o

who cares?
Parent
Only the server addon.
Parent
sv_cheats 1 -> server sided

and then just everyone has to type /give all
There's a lua tj mod out there which also gives the possibility to have unlimited ammo for everyone in the server.

image: comment_edit This one:
http://www.eft-clan.com/~boondock/BoonTJ_v0.5b.zip
http://www.gs2175.fastdl.de/Lua/noweapon.lua

add this:
et.gentity_set(j, "ps.ammo", 35, 999)
I assume you need to put a loop in the et_RunFrame function that goes through every player and sets their PF ammo to 999 for it to work properly.
Parent
that was just an example

You can put this if you want all weapons to have 999
et.gentity_set(j, "ps.ammo", k, 999)
Parent
Back to top