0 Members and 1 Guest are viewing this topic.
procedure OnPlayerRespawn(ID: byte);begin if team = 1then beginGiveBonus(ID, 4: byte);end;end;
procedure OnPlayerRespawn(ID: byte);begin if GetPlayerStat(ID, 'Team') = 1 then GiveBonus(ID, 4);end;
Whats gonna happen if an enemy stands at the same spot where someone spawns.. will probably glitch out and give the enemy grenades to
Quote from: D4NG3R NL on April 06, 2010, 08:02:18 amWhats gonna happen if an enemy stands at the same spot where someone spawns.. will probably glitch out and give the enemy grenades to No?
never had any problems with givebonus, unlike with spawning kits
Can i disable Med kit and nade kit spawning ?
Quote from: mich1103 on April 08, 2010, 06:48:31 amCan i disable Med kit and nade kit spawning ?No, but you can KillObject all of them.