[AJUDA] For
#3

Quote:
Originally Posted by paulor
Посмотреть сообщение
Entendi!!
ta ae o cod fiz umas gracinhas pra ficar dahora! se vai gostar!
pawn Код:
dcmd_limparpixe(playerid, params[])
    {
        #pragma unused params
        if(IsACop(playerid))
        {
            for(new i = 0; i < MAX_PIX; i ++)
            {
                if(PlayerToPoint(3.0, playerid,Pixacao[i][PixX],Pixacao[i][PixY],Pixacao[i][PixZ]))
                {
                    new string[128];
                    Pixacao[i][Dono] = 0;
                    ApplyAnimation(playerid, "SPRAYCAN", "spraycan_full", 4.0, 0, 0, 0, 0, 0);
                    format(string, sizeof(string), "Pixaзгo\n\nGang : %s",OrgsNames[0]);
                    Update3DTextLabelText(PixLabel[i], PixColors[0], string);
                }
            }
        }
        else
            return SendClientMessage(playerid, COLOR_RED, "[ERRO] Vocк nгo й um Cop!");
        return 1;
    }
sahushausahuas Vocк fez ? Copiou do GM da PlayHard ..
Reply


Messages In This Thread
[AJUDA] For - by Justify16 - 24.01.2012, 04:39
Re: [AJUDA] For - by paulor - 24.01.2012, 14:03
Re: [AJUDA] For - by Shadoww5 - 24.01.2012, 15:16
Re: [AJUDA] For - by paulor - 24.01.2012, 15:58
Re: [AJUDA] For - by Sampizito - 24.01.2012, 16:50

Forum Jump:


Users browsing this thread: 1 Guest(s)