[Ajuda] Como eu poderia fazer este "if" identificar todos estes veiculos?
#5

PHP код:
public OnPlayerStateChange(playeridnewstateoldstate)
{
    for(new 
i24i++)
    { 
        if(
oldstate == PLAYER_STATE_ONFOOT && IsPlayerInVehicle(playeridspecialcar[i]) && newstate == PLAYER_STATE_DRIVER)
        {
            
SendClientMessage(playerid, -1"Vocк entrou em um carro especial");
        }
    }
    return 
1;

Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)