[Ajuda] Como detectar quando o player cai da moto
#4

pawn Код:
public OnPlayerStateChange(playerid, newstate, oldstate)
{
    if(oldstate == PLAYER_STATE_DRIVER)
    {
        if(CapaceteStatus[playerid] == 1)
        {
                RemovePlayerAttachedObject(playerid, SLOT);
                SendClientMessage(playerid,Azul,"Retiras-te o Capacete.");
                CapaceteStatus[playerid] = 0;
        }
    }
    return 1;
}
pode usar dessa forma tambem!
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)