03.05.2011, 04:17
Код:
Current directory: D:\VERY IMPORTANT STUFF\SA-MP Scripts\EL-RP\gamemodes el-rp.pwn(50572) : error 001: expected token: ";", but found "}" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error. ================ READY ================
pawn Код:
//Look :(
else if(pickupid == iAmmu1 && iAmmu2 && iAmmu3 && iAmmu4 && iAmmu5)
{
GameTextForPlayer(playerid, "~w~Use ~r~/buygun ~w~to buy ~n~ ~r~firearms.", 5000, 3);
/*This is the error line*/ return 1;
}
Fixed lawl, I just hitted compile again and voila, but I still wonder why it happened when the code was right.