06.05.2011, 19:31
Код:
CMD:papildyti(playerid, params[]) { if(cmdtext[10]==0 || !IsNumeric(cmdtext[7])) { SendClientMessage(playerid,COLOR,"{FF0000}* Papildyti saskaita: {00FF00}/papildyti [kiek]"); return 1; } new kiek = StringToInt(cmdtext[7]); if(playerDB[playerid][papildymas] < kiek) { SendClientMessage(playerid,COLOR,"{00FF00}* Tu tiek neturi!"); return 1; } playerDB[playerid][papildymas]-=kiek; playerDB[playerid][mobsas]+=kiek; return 1; }
Код:
C:\Documents and Settings\Labas\Desktop\GM\gamemodes\GM.pwn(3189) : error 017: undefined symbol "cmdtext" C:\Documents and Settings\Labas\Desktop\GM\gamemodes\GM.pwn(3189) : warning 215: expression has no effect C:\Documents and Settings\Labas\Desktop\GM\gamemodes\GM.pwn(3189) : error 001: expected token: ";", but found "]" C:\Documents and Settings\Labas\Desktop\GM\gamemodes\GM.pwn(3189) : error 029: invalid expression, assumed zero C:\Documents and Settings\Labas\Desktop\GM\gamemodes\GM.pwn(3189) : fatal error 107: too many error messages on one line