[AJUDA]Comando RC
#7

pawn Код:
CMD:rc(playerid, params[])
{
    if(PlayerInfo[playerid][Level] < 3)return SendClientMessage(playerid,fail,LEVELF);
    new bool:poderespawn=true;
    for(new c; c < MAX_VEHICLES; ++c)
    {
    for(new p; p < GetMaxPlayers(); ++p)
    {
    if(IsPlayerInVehicle(p,c))poderespawn=false;
    if(PlayerInfo[p][Carro] == c)poderespawn=false;
    if(poderespawn == true)
    {
    SetVehicleToRespawn(c);
    }
    }
    }
    return 1;
}
ainda aparece que o comando nгo existe
Reply


Messages In This Thread
[AJUDA]Comando RC - by ReDKiiL - 30.06.2012, 21:11
Re: [AJUDA]Comando RC - by ViniBorn - 30.06.2012, 21:14
Re: [AJUDA]Comando RC - by ReDKiiL - 30.06.2012, 21:18
Re: [AJUDA]Comando RC - by .FuneraL. - 30.06.2012, 21:22
Re: [AJUDA]Comando RC - by ReDKiiL - 30.06.2012, 21:26
Re: [AJUDA]Comando RC - by Abravanel - 30.06.2012, 21:28
Re: [AJUDA]Comando RC - by ReDKiiL - 30.06.2012, 21:36
Re: [AJUDA]Comando RC - by leonardo1434 - 30.06.2012, 21:42
Re: [AJUDA]Comando RC - by ReDKiiL - 30.06.2012, 22:05
Re: [AJUDA]Comando RC - by leonardo1434 - 30.06.2012, 22:08

Forum Jump:


Users browsing this thread: 2 Guest(s)