Invalid Expression assumed zero , can't fix
#7

Quote:
Originally Posted by CookieJar
Посмотреть сообщение
There should be no IF statement after ELSE statement. That's why it's giving you the error / warning.
The error is actually because the IF statement is empty and the next word is ELSE(exactly the opposite of yours message).

pawn Код:
if(GetVehicleModel(GetPlayerVehicleID(playerid)) == 515 && GetPlayerState(playerid) == PLAYER_STATE_DRIVER || 514 && GetPlayerState(playerid) == PLAYER_STATE_DRIVER || 403 && GetPlayerState(playerid) == PLAYER_STATE_DRIVER)//there should be something here like {} and then the else
else
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)