Hi gang,
is there a way in dm, tdm to set up the game so as to pick up any weapon and or any grenade, so i can add weapon pickup and boxes of grenades
to be able to pick up all weapons
Moderator: Moderators
to be able to pick up all weapons
The World Wide Web has a very big spider in the middle
## Microsoft ##
## Microsoft ##
For the grenades, you may want to try this in your script:
Code: Select all
for(local.i = 1; local.i <= $player.size; local.i++)
{
$player[local.i] item weapons/M2frag_grenade_sp_start.tik
$player[local.i] item weapons/steilhandgranate_start.tik
}
