07.11.2014, 01:02
Hello Guys!
i need help for OnPlayerKeyStateChange , i am wondering how to make the player kick from vehicle of Government vehicles if they not a police .
heres the code , can someone can do it for me?
i'll give rep+
i need help for OnPlayerKeyStateChange , i am wondering how to make the player kick from vehicle of Government vehicles if they not a police .
heres the code , can someone can do it for me?
i'll give rep+Код:
public OnPlayerStateChange(playerid, newstate, oldstate)
{
if(
{
RemovePlayerFromVehicle(playerid);
}
return 1;
}

