Adding weapons to this gamemode?
#9

how are the teams getting chosen, is it a deathmatch freeroam? if it was a deathmatch you should have gTeam, to seperate the teams.

Go ingame with simons debug, and spawn the weapons you want with the skin you want, then do /save. then add that playerclass to your gamemode.

EDIT: it also looks like you have your weapon code backward.

GivePlayerWeapon(playerid, 342, 5);
- there is no weapon id of 342, so do this
GivePlayerWeapon(playerid, 34,500);
-this will give them a sniper with 500 ammo
Reply


Messages In This Thread
Adding weapons to this gamemode? - by Face9000 - 29.01.2010, 17:57
Re: Adding weapons to this gamemode? - by Finn - 29.01.2010, 18:02
Re: Adding weapons to this gamemode? - by Face9000 - 29.01.2010, 18:33
Re: Adding weapons to this gamemode? - by Naruto4 - 29.01.2010, 18:38
Re: Adding weapons to this gamemode? - by -Rebel Son- - 29.01.2010, 18:41
Re: Adding weapons to this gamemode? - by Face9000 - 29.01.2010, 18:53
Re: Adding weapons to this gamemode? - by Face9000 - 29.01.2010, 19:01
Re: Adding weapons to this gamemode? - by Face9000 - 29.01.2010, 19:10
Re: Adding weapons to this gamemode? - by -Rebel Son- - 29.01.2010, 22:30

Forum Jump:


Users browsing this thread: 3 Guest(s)