[AJUDA]RESPAWNAR TODOS OS VEICULOS
#3

pawn Код:
stock ResetarCarros(playerid)
{
    new string[128],
    nome[MAX_PLAYERS];
    GetPlayerName(playerid, name, sizeof(name));
    format(string, sizeof(string), "[INFO]: O Adminstrador %s Respawnou todos os veiculos", name);
    SendClientMessageToAll(0xFFFFFFFF, string);
    new inVeh;
    for( new i = 0; i < MAX_VEHICLES; i++ )
    {
        inVeh = false;
        for( new j = 0; j < SLOTS; j++ )
        {
            if(IsPlayerInVehicle( j, i ))
            {
                inVeh = true;
                break;
            }
        }
        if(inVeh == false)
        {
            SetVehicleToRespawn(i);
        }
    }
}
Creio Eu Que Pegue.
Reply


Messages In This Thread
[AJUDA]RESPAWNAR TODOS OS VEICULOS - by Rodox_Mortein - 12.07.2011, 18:13
Re: [AJUDA]RESPAWNAR TODOS OS VEICULOS - by akZ - 12.07.2011, 18:19
Re: [AJUDA]RESPAWNAR TODOS OS VEICULOS - by JonathanFeitosa - 12.07.2011, 18:20
Re: [AJUDA]RESPAWNAR TODOS OS VEICULOS - by CyNiC - 12.07.2011, 18:21
Re: [AJUDA]RESPAWNAR TODOS OS VEICULOS - by BrunoBSF - 13.07.2011, 02:06

Forum Jump:


Users browsing this thread: 1 Guest(s)