01.09.2009, 15:35
welcome to this 2 errory when compiling:
here gives the line:
Please help thanks in advance
Код:
D:\BloodZnCripZ\gamemodes\BloodZnCripZ.pwn(71) : error 029: invalid expression, assumed zero D:\BloodZnCripZ\gamemodes\BloodZnCripZ.pwn(71) : error 017: undefined symbol "SetPlayerClass" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 2 Errors.
Код:
stock SetPlayerClass(playerid, classid) { switch(classid) { case 102, 103, 104: gTeam[playerid] = TEAM_bloodz; case 105, 106, 107, 271, 270,269: gTeam[playerid] = TEAM_cripz; } }