[AJUDA] Respawncar Carros
#10

simpes:

No Comando...
pawn Код:
if(strcmp(cmd, "/respawncars", true) == 0)
{
       ResetarVeiculos();
       return true;
}
pawn Код:
stock ResetarVeiculos()
{
    new string[128]="Os Veнculos forгo Respawnados Automaticamente";
    SendClientMessageToAll(Aviso, string);
    new inVeh;
    for( new i = 0; i < MAX_VEHICLES; i++ )
    {
        inVeh = false;
        for( new j = 0; j < MAX_PLAYERS; j++ )
        {
            if(IsPlayerInVehicle( j, i ))
            {
                inVeh = true;
                break;
            }
        }
        if(!inVeh)
        {
            SetVehicleToRespawn(i);
        }
    }
}
Reply


Messages In This Thread
[AJUDA] Respawncar Carros - by EduardoDj - 29.01.2011, 18:13
Re: [AJUDA] Respawncar Carros - by CyNiC - 29.01.2011, 18:41
Re: [AJUDA] Respawncar Carros - by EduardoDj - 29.01.2011, 18:50
Re: [AJUDA] Respawncar Carros - by CyNiC - 29.01.2011, 18:51
Re: [AJUDA] Respawncar Carros - by EduardoDj - 29.01.2011, 19:02
Re: [AJUDA] Respawncar Carros - by EduardoDj - 29.01.2011, 19:12
Re: [AJUDA] Respawncar Carros - by Ambrуsio - 29.01.2011, 19:31
Re: [AJUDA] Respawncar Carros - by EoProzinhO - 29.01.2011, 19:37
Re: [AJUDA] Respawncar Carros - by EduardoDj - 29.01.2011, 19:42
Re: [AJUDA] Respawncar Carros - by zSuYaNw - 29.01.2011, 19:52

Forum Jump:


Users browsing this thread: 3 Guest(s)