16.07.2011, 10:15
Quote:
pawn Код:
|
C:\Users\Muhib\Desktop\samp server\gamemodes\GangWar.pwn(371) : error 017: undefined symbol "classid"
If there is a way where the player selects the spy class they can set their colour to this.
SetPlayerColor(playerid, 0x00FFFB11);
Код:
if (strcmp("/spy", cmdtext, true, 10) == 0) { if(classid == 2) { SetPlayerColor(playerid, 0x00FFFB11); return 1; } }