[Ajuda] Carro nгo spawnar em determinada coordenada
#5

Olб, desculpe a demora de resposta, nгo tive muito tempo esses dias, pфs bem, nгo entendi muito bem a resposta do amigo acima, e peзo desculpa por isso, alguem teria uma outra formula?

Tenho aqui minhas coordenadas que os carros nгo podem ser respawnados, e tambйm tenho meu comando de respawn...


PHP код:
AddPlayerClass(226,1033.3651,-1463.2262,13.5738,90.0886,0,0,0,0,0,0); // Esquerda abaixo
AddPlayerClass(226,978.2904,-1430.8750,13.5469,91.8802,0,0,0,0,0,0); // Direita acima 
PHP код:
if (strcmp(cmd"/respawncarros"true) == 0) {
        if (
IsPlayerConnected(playerid)) {
            if (
PlayerInfo[playerid][pAdmin] < 3) {
                
SendClientMessage(playeridCOLOR_GRAD1" Vocк nгo estб autorizado a usar este comando!");
                return 
true;
            }
            
GetPlayerName(playeridplayernamesizeof(playername));
            if (
admtrampando[playerid] == && admhide[playerid] == 1) {
                
format(stringsizeof(string), "[Atenзгo] Todos os carros foram para seus locais de inicio. By: ADM_OCULTO ");
            } else {
                
format(stringsizeof(string), "[Atenзгo] Todos os veнculos foram para seus locais de inicio. By: %s."playername);
            }
            
SendClientMessageToAll(COLOR_LIGHTREDstring);
            new 
boolunwanted[CAR_AMOUNT];
            for (new 
player 0player MAX_PLAYERSplayer++) {
                if (
IsPlayerConnected(player) && IsPlayerInAnyVehicle(player)) {
                    
unwanted[GetPlayerVehicleID(player)] = true;
                }
            }
            for (new 
car 1car <= CAR_AMOUNTcar++) {
                if (
unwanted[car] == false) {
                
SetVehicleToRespawn(car);
               }
            }
        }
        return 
0;
    } 
Obrigado novamente!
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)