OnPlayerEnterVehicle
#1

Is there an alternative? This detects when the user begins the animation for entering the vehicle, but the player does not actually have to complete the animation. I just want to know what function is called when it's all said and done please.
Reply
#2

Код:
public OnPlayerStateChange(playerid, newstate, oldstate)
{
    if(newstate == PLAYER_STATE_DRIVER)
    {
        //codes
    }
    return 1;
}
Reply
#3

Quote:
Originally Posted by lelemaster
Посмотреть сообщение
Код:
public OnPlayerStateChange(playerid, newstate, oldstate)
{
    if(newstate == PLAYER_STATE_DRIVER)
    {
        //codes
    }
    return 1;
}
I had actually JUST started research on that when I posted this, thank you tons.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)