03.08.2009, 16:13
Код:
if(!strcmp(cmdtext,"/MyWeed",true)) { hashweed[playerid] = hasweed[playerid]; format(string, sizeof(string)/* You forgot the comma (,) here*/, "You have %d weed!", hasweed[playerid); return 1; }
Код:
C:\Documents and Settings\home\Desktop\Salims folder\_gamemodes__gamemodes_SalsTestingGrounds.pwn(805) : error 017: undefined symbol "hashweed" C:\Documents and Settings\home\Desktop\Salims folder\_gamemodes__gamemodes_SalsTestingGrounds.pwn(805) : warning 215: expression has no effect C:\Documents and Settings\home\Desktop\Salims folder\_gamemodes__gamemodes_SalsTestingGrounds.pwn(805) : error 001: expected token: ";", but found "]" C:\Documents and Settings\home\Desktop\Salims folder\_gamemodes__gamemodes_SalsTestingGrounds.pwn(805) : error 029: invalid expression, assumed zero C:\Documents and Settings\home\Desktop\Salims folder\_gamemodes__gamemodes_SalsTestingGrounds.pwn(805) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors.