[HELP] A function like OnPlayerExitVehicle.
#1

I need a function like onplayerexitvehicle, just when you drop from bike. Is there any? Because onplayerexitvehicle doesn't work like that.
Reply
#2

pawn Код:
public OnPlayerStateChange(playerid, newstate, oldstate)
{
    if(newstate == PLAYER_STATE_ONFOOT)
    {
SendClientMessage(playerid, 0xff002dff, "Hi.");
}
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)