01.01.2015, 04:38
Hey, I haven't scripted in a LONG time and I am trying to find out why the hell this isn't working :P Can someone help 

Код:
public OnPlayerStateChange(playerid, newstate, oldstate)
{
if(newstate == 2 && GetPlayerTeam(playerid, != 5);
{
if(GetVehicleModel(vehicleid) == 523, 427, 490, 528, 596, 598, 597, 599);
RemovePlayerFromVehicle(playerid);
SendClientMessage(playerid, COLOR_BLUE, "You are not an LEO!");
return 1;
}
}

