29.01.2010, 22:30
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
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