06.06.2016, 07:35
Can Any one fix this ?
i just create a new command ! and the new command is /go . when i build that ! i got error !!
and in here i realy dont know ! so also can you answer this and fix this ?
Код:
if(dialogid == 1555)
{
if(!response)
{
SendClientMessage(playerid,red,"Canceled.");
}
else if(response)
{
switch(listitem)
{
case 0:
{
if (Zone[AIRPORT] == TEAM_ZONE_JAPAN_COLOR);
SendClientMessage(playerid, green,"Succes Spawn There");
}
else return SendClientMessage(playerid, COLOR_RED,"You Are Not Japan");
}
}
}
Код:
error 036: empty statement 002: only a single statement (or expression) can follow each "case"


