[AJUDA] Respawn no carro
#1

pawn Код:
if(strcmp(cmd, "/respawncarros", true) == 0 || strcmp(cmd, "/rc", true) == 0)
    {
        new playername[MAX_PLAYER_NAME];
        new string[128];
        if(IsPlayerConnected(playerid))
        {
if(         PlayerInfo[playerid][PlayerAdmin] == 0) return SendClientMessage(playerid,COLOR_RED, "Vocк nгo й Administrador!");
            GetPlayerName(playerid, playername, sizeof(playername));
            format(string, sizeof(string), "Todos os veнculos foram respawnados by: {FFFFFF}%s{FF0000}.", playername);
            SendClientMessageToAll(COLOR_RED,string);
            {
            for(new i = 0; i < MAX_VEHICLES; i++)
            {
            SetVehicleToRespawn(i);
            }
             }
        }
        return 1;
    }
Eu quero que quando o cara tб dentro do carro o carro nгo de respawn... Ajuda!
Reply


Messages In This Thread
[AJUDA] Respawn no carro - by [AF]Junior - 12.03.2011, 20:03
Re: [AJUDA] Respawn no carro - by [Ips]Guh - 12.03.2011, 20:23
Re: [AJUDA] Respawn no carro - by 'Falcon - 12.03.2011, 21:09
Re: [AJUDA] Respawn no carro - by [AF]Junior - 12.03.2011, 21:22
Re: [AJUDA] Respawn no carro - by 'Falcon - 12.03.2011, 21:55
Re: [AJUDA] Respawn no carro - by rjjj - 12.03.2011, 22:23

Forum Jump:


Users browsing this thread: 1 Guest(s)