SA-MP Forums Archive
[Include] Gangsters logotipo Fбcil By OTACON - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+----- Forum: Lançamentos/Releases (https://sampforum.blast.hk/forumdisplay.php?fid=56)
+----- Thread: [Include] Gangsters logotipo Fбcil By OTACON (/showthread.php?tid=460715)



Gangsters logotipo Fбcil By OTACON - OTACON - 29.08.2013

[] Gangsters logotipo Fбcil By OTACON
[] Video:
[ame]www.youtube.com/watch?v=pk9S4QWakHo[/ame]

[] informaзхes:
N/A

[] funзгo:
pawn Код:
/*
    //FUNCTION:
        native DestroyGangsterLogo(playerid); //to destroy TextDraw.
        native ShowGangsterLogo(playerid); //to show TextDraw.
        native HideGangsterLogo(playerid);  //to hide TextDraw.
        native CreateGangsterLogo(playerid);  //to create TextDraw.
        native SetGangsterLogo(playerid,type); //to define the type of logo Gangster.
    //TYPE:
        Grove      
        Ballas      
        Aztecas    
        Vagos      
        Boys
        Rifa
        Triads
        Bikers      
        Russian    
        Italian    
*/
[] Exemplo de Uso:
pawn Код:
// ----- TESTING -----
    #include <a_samp>
    #include <zcmd>
    #include <sscanf2>
    #include <LogoGangster>
    #define FUNCTION:%0(%1) forward%0(%1); public%0(%1)

    FUNCTION: OnFilterScriptInit() {
        print("\n**************************************");
        print("           Gangsters logotipo Fбcil           ");
        print("            Date: 29/08/2013            ");
        print("             Author: OTACON             ");
        print("     --* Loaded with Success!!. *--     ");
        print("***************************************\n");
        SendRconCommand("hostname Gangsters logotipo Fбcil");
        SendRconCommand("gamemodetext By OTACON");
        return true;
    }
    FUNCTION: OnFilterScriptExit() {
        print("\n**************************************");
        print("           Gangsters logotipo Fбcil          ");
        print("            Date: 29/08/2013            ");
        print("             Author: OTACON             ");
        print("   --* Downloaded with Success!!. *--   ");
        print("***************************************\n");
        SendRconCommand("hostname Gangsters logotipo Fбcil");
        SendRconCommand("gamemodetext By OTACON");
        return true;
    }
    FUNCTION: OnPlayerConnect(playerid) {
        CreateGangsterLogo(playerid);
        return true;
    }
    FUNCTION: OnPlayerDisconnect(playerid, reason) {
        HideGangsterLogo(playerid);
        DestroyGangsterLogo(playerid);
        return true;
    }
    COMMAND:test(playerid, params[]) {
        if(sscanf(params, "d", params[0])) return true;
        SetGangsterLogo(playerid,params[0]);
        HideGangsterLogo(playerid);
        ShowGangsterLogo(playerid);
        return true;
    }
    // ----- TESTING -----
[] Transferкncias:


[] senha:
Otacon

[] Crйditos:
OTACON


Re: Gangsters logotipo Fбcil By OTACON - PT - 29.08.2013

Muito bom gostei, bom trabalho


Re: Gangsters logotipo Fбcil By OTACON - WLSF - 29.08.2013

De todos tуpicos teus que jб vi, este й o menos ruim...

Parabйns cara, ficou bem interessante.


Re: Gangsters logotipo Fбcil By OTACON - Don_Speed - 29.08.2013

Ja penso um TDM de escolher a gang assim em , Show de Bola .


Re: Gangsters logotipo Fбcil By OTACON - Neutron97 - 29.08.2013

Parabйns, bem interessante.


Re: Gangsters logotipo Fбcil By OTACON - JeeanK2 - 29.08.2013

Como coloco a caixa de texto do samp dessa cor ?


Re: Gangsters logotipo Fбcil By OTACON - [THs]ShadoW - 29.08.2013

Gostei cara, excelente trabalho ^^


Re: Gangsters logotipo Fбcil By OTACON - Coe1 - 29.08.2013

Quote:
Originally Posted by JeeanK2
Посмотреть сообщение
Como coloco a caixa de texto do samp dessa cor ?
Edite a imagem sampgui que fica na pasta do GTA-SA.


Re: Gangsters logotipo Fбcil By OTACON - Zomber - 29.08.2013

Legal Parabens


Re: Gangsters logotipo Fбcil By OTACON - Juninho_Oakley - 29.08.2013

Muito foda um TDM usando essa include ficaria fodelastico, Parabens!