for P in Players() do
-- P.items["knife"] = 0
P.items["pistol"] = 0
P.items["pistol ammo"] = 0
P.items["fusion pistol"] = 0
P.items["fusion pistol ammo"] = 0
P.items["assault rifle"] = 0
P.items["assault rifle ammo"] = 0
P.items["assault rifle grenades"] = 0
P.items["missile launcher"] = 0
P.items["missile launcher ammo"] = 0
P.items["alien weapon"] = 0
P.items["alien weapon ammo"] = 0
P.items["flamethrower"] = 0
P.items["flamethrower ammo"] = 0
P.items["shotgun"] = 0
P.items["shotgun ammo"] = 0
P.items["smg"] = 0
P.items["smg ammo"] = 0
end
You can control how many each items players have. VERYVERY*10000 easy.
wishing to play with only Rockets? it is also so easy.
but be careful a little bit,
"--" in "knife" line. this means whether you can choose fist.
Download(zip)PR