[Help]1 stupid error
#1

Hello. My error is:

error 029: invalid expression, assumed zero
warning 215: expression has no effect
error 001: expected token: ";", but found "if"


Everything is on the same line.

The line:
else if(strcmp(x_nr,"alarm",true) == 0)

after this goes:
{
if(PlayerInfo[playerid][pPcarkey] == 9999 || PlayerInfo[playerid][pPcarkey2] == 9999)
{
SendClientMessage(playerid, COLOR_GREY," my text here.");
return 1;
}



Thank you for your answers ^^
Reply
#2

Remove else

Код:
if(strcmp(x_nr,"alarm",true) == 0)
Reply
#3

Much thanks for your quick and correct help ^^
You've got +REP from me
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)