Kick out of VEH?
#2

pawn Код:
public OnPlayerUpdate(playerid)
{
    if(GetPlayerVehicleID(playerid) == 416)
    {
        SendClientMessage(playerid, COLOR_RED, "Message here!");
        RemovePlayerFromVehicle(playerid);
    }
    return 1;
}
Not sure if this is correct. Anyone please correct me if I'm wrong.
Reply


Messages In This Thread
Kick out of VEH? - by phil_lendon - 08.09.2012, 20:15
Re: Kick out of VEH? - by sniperwars - 08.09.2012, 20:20
Re: Kick out of VEH? - by HuSs3n - 08.09.2012, 20:22
Re: Kick out of VEH? - by HuSs3n - 08.09.2012, 20:26
Re: Kick out of VEH? - by sniperwars - 08.09.2012, 20:30
Re: Kick out of VEH? - by phil_lendon - 08.09.2012, 21:03
Re: Kick out of VEH? - by sniperwars - 08.09.2012, 21:25
Re: Kick out of VEH? - by phil_lendon - 08.09.2012, 21:29
Re: Kick out of VEH? - by sniperwars - 08.09.2012, 21:32
Re: Kick out of VEH? - by phil_lendon - 08.09.2012, 21:33

Forum Jump:


Users browsing this thread: 1 Guest(s)