17.04.2009, 16:55
I want to give a weapon (the 10 ) to a special class,and i think it's the easier
I got that:
There are surely lots of errors,i'm sorry
I got that:
Код:
if (!classid == 44) { SendClientMessage(playerid, 0xFFFFFFAA, "Good luck in this nucked world"); GivePlayerWeapon(playerid, 8, 0); GivePlayerWeapon(playerid, 22, 100); GivePlayerWeapon(playerid, 25, 200); GivePlayerWeapon(playerid, 28, 800); GivePlayerWeapon(playerid, 33, 50); GivePlayerWeapon(playerid, 18, 7); }; if (classid <= 42 && >= 37 ) { GivePlayerWeapon(playerid, 10, 0); };