[Ajuda] comando sу pras tais org
#1

pawn Код:
if(strcmp(cmdtext, "/pbomba", true) == 0)
    {
         /*if(PlayerInfo[playerid][CV] >= 6 || PlayerInfo[playerid][TCP] >= 6 || PlayerInfo[playerid][ADA] >= 6 || PlayerInfo[playerid][PCC] >= 6)
        {
        if(IsPlayerConnected(giveplayerid))
                            {*/

        if(PlantouBomba[playerid] == 1) return SendClientMessage(playerid, Amarelo, "Vocк jб plantou uma bomba.");

        else
        {
            new pname[MAX_PLAYER_NAME];
            GetPlayerName(playerid, pname, MAX_PLAYER_NAME);
            format(string, sizeof(string), "{FFFFFF}O dono do morro {FFFF00}%s{FFFFFF} plantou uma bomba, cuidado!", pname);
            SendClientMessageToAll(COLOR_WHITE, string);
            bombplanttime = SetTimerEx("BombPlantTime", ARMARTEMPO*1000, 0, "d", playerid);
            ApplyAnimation(playerid, "BOMBER", "BOM_Plant", 4.0, 1, 0, 0, 0, 0);
            PlantouBomba[playerid] = 1;
            return 1;
        }
    }
Bom se tiver um jeito de por so pras tais orgs que esta dentro do "comentario" jб tentei mas sempre da varios erros !
Reply


Messages In This Thread
[Ajuda] comando sу pras tais org - by ZePequeno - 14.03.2013, 22:04
Re: [Ajuda] comando sу pras tais org - by Jefferson Santos - 14.03.2013, 22:34
Re: [Ajuda] comando sу pras tais org - by Don_Speed - 14.03.2013, 23:16
Re: [Ajuda] comando sу pras tais org - by Jefferson Santos - 14.03.2013, 23:31
Re: [Ajuda] comando sу pras tais org - by mau.tito - 15.03.2013, 00:18
Re: [Ajuda] comando sу pras tais org - by ZePequeno - 15.03.2013, 18:30
Re: [Ajuda] comando sу pras tais org - by Jefferson Santos - 15.03.2013, 18:38

Forum Jump:


Users browsing this thread: 1 Guest(s)