04.04.2009, 16:56
Hi,
Iґve got 1 Error in this line:
Error:
Iґve got 1 Error in this line:
Код:
if(strcmp(cmdtext, "/aderby", true) == 0) {
if (!IsPlayerAdmin(playerid))
SendClientMessage(playerid,0x00FF00AA, "You started a Derby Event");
SendClientMessageToAll(0xDEEE20FF, " You have 1:30 minutes to join Derby ! [ /derby ] ");
JoinDerby[playerid]=true;
}else{
SendClientMessage(playerid, COLOR_RED, "You are not an Admin!!"); }
return 1;
}
return 0; // This is the line with the Error
}
Код:
C:\DOKUME~1\Pepe\Desktop\gangwars.pwn(1537) : error 010: invalid function or declaration Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error.

