Help me with a error i have
#1

i get an error can you help me?

C:\Users\nottelling\Desktop\stunt server - Copy\gamemodes\Driftv2.pwn(836) : error 036: empty statement

and the line is

if(Vehicle == firecat);(Vehicle == firecat2);
{
if(strcmp(PlayerName,"firecat",true))
{
RemovePlayerFromVehicle(playerid);
SendClientMessage(playerid, COLOR_RED, "This car is from FIRECAT");
}
}
}
return 1;
}


if i just put if(Vehicle == firecat);
and not
if(Vehicle == firecat);(Vehicle == firecat2);
it wont come error so how can i fix the error?


[GDZ]leader

Reply
#2

pawn Код:
if(Vehicle == firecat || Vehicle == firecat2)
Reply
#3

THANKSSSSSSSSSSSSSSS
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)