24.10.2012, 19:11
hy guy! in this code i get this errors:
errors:
errors:
errors:
Код:
new Tutorial[][] = { if(PlayerInfo[playerid][pLevel] < 3) { SendClientMessage(playerid, COLOR_BLUE, "[Tutorial] Ovaj tutorial ce da traje do vaseg 3 levela! "); SendClientMessage(playerid, COLOR_BLUE, "[Tutorial] Nemate posao idite u opstinu zaposlite se ! "); SendClientMessage(playerid, COLOR_BLUE, "[Tutorial] Uvek postujte jace igrace od sebe! "); SendClientMessage(playerid, COLOR_BLUE, "[Tutorial] Za pomoc obratite se na /askq!"); } SetTimer("Tutorial", 30000, 1); return 1; };
Код:
gamemodes\BE x12 edit by Stega.pwn(539) : error 001: expected token: ";", but found "(" gamemodes\BE x12 edit by Stega.pwn(547) : error 010: invalid function or declaration gamemodes\BE x12 edit by Stega.pwn(548) : error 010: invalid function or declaration
Код:
line 439: if(PlayerInfo[playerid][pLevel] < 3) line 547: return 1; line 548: };