Only police can enter vehicle
#2

code should look like this:
PHP код:
public OnPlayerStateChange(playeridnewstateoldstate) {
    if (
oldstate == PLAYER_STATE_ONFOOT && newstate == PLAYER_STATE_DRIVER) {
        new 
newcar GetPlayerVehicleID(playerid);
        if (
CopCar(newcar)) {
            if (
gTeam[playerid] != TEAM_COPS) {
                
RemovePlayerFromVehicle(playerid);
                
SendClientMessage(playeridCOLOR_RED"You're not in the police team");
            }
        }
    }
    return 
1;

Reply


Messages In This Thread
Only police can enter vehicle - by N0FeaR - 10.10.2015, 09:31
Re: Only police can enter vehicle - by Dusan01 - 10.10.2015, 09:36
Re: Only police can enter vehicle - by Sellize - 10.10.2015, 09:39
Re: Only police can enter vehicle - by N0FeaR - 10.10.2015, 09:45

Forum Jump:


Users browsing this thread: 1 Guest(s)