[AJUDA] Respawncar Carros
#8

pawn Код:
if(strcmp(cmd, "/dcarro", true) == 0 || strcmp(cmd, "/dc", true) == 0)
    {
        if(IsPlayerConnected(playerid))
        {
            if(PlayerInfo[playerid][pAdmin] < 1)
            {
                SendClientMessage(playerid, COLOR_RED, "Vocк nгo estб autorizado a usar este comando!");
                return 1;
            }
            new vehicleid;
            vehicleid = GetPlayerVehicleID(playerid);
            GetPlayerName(playerid, playername, sizeof(playername));
            format(string, sizeof(string), "admCMD: O adminstrador %s deletou um veнculo.", playername);
            SendClientMessageToAll(COLOR_BLUE,string);
            DestroyVehicle(vehicleid);
        }
        return 1;
    }
EU USO ESSE=D
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: 5 Guest(s)