[Ajuda] Corrida
#9

Assim acho que ficarнa melhor

pawn Код:
public OnPlayerStateChange(playerid, newstate, oldstate)
{
    if(NaCorrida[playerid] == true)
    {
        if((oldstate == PLAYER_STATE_ONFOOT || oldstate == PLAYER_STATE_DRIVER) && newstate == PLAYER_STATE_PASSENGER)
        {
          PutPlayerInVehicle(playerid, CriarVehCorrida[playerid], 0);
        }
    }
    return 1;
}
Reply


Messages In This Thread
Corrida - by Ts3 - 31.10.2014, 20:11
Re: Corrida - by ArthurxD - 01.11.2014, 01:11
Re: Corrida - by ReyMysterio - 01.11.2014, 01:18
Re: Corrida - by Ts3 - 01.11.2014, 01:30
Re: Corrida - by ReyMysterio - 01.11.2014, 01:31
Re: Corrida - by Ts3 - 01.11.2014, 01:39
Re: Corrida - by ReyMysterio - 01.11.2014, 01:41
Re: Corrida - by Ts3 - 01.11.2014, 01:43
Re: Corrida - by ReyMysterio - 01.11.2014, 01:47
Re: Corrida - by Ts3 - 01.11.2014, 01:52

Forum Jump:


Users browsing this thread: 1 Guest(s)