[Include] Gangsters logotipo Fбcil By OTACON
#1

[] 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
Reply


Messages In This Thread
Gangsters logotipo Fбcil By OTACON - by OTACON - 29.08.2013, 16:59
Re: Gangsters logotipo Fбcil By OTACON - by PT - 29.08.2013, 17:06
Re: Gangsters logotipo Fбcil By OTACON - by WLSF - 29.08.2013, 17:07
Re: Gangsters logotipo Fбcil By OTACON - by Don_Speed - 29.08.2013, 17:27
Re: Gangsters logotipo Fбcil By OTACON - by Neutron97 - 29.08.2013, 18:07
Re: Gangsters logotipo Fбcil By OTACON - by JeeanK2 - 29.08.2013, 18:09
Re: Gangsters logotipo Fбcil By OTACON - by [THs]ShadoW - 29.08.2013, 18:50
Re: Gangsters logotipo Fбcil By OTACON - by Coe1 - 29.08.2013, 19:03
Re: Gangsters logotipo Fбcil By OTACON - by Zomber - 29.08.2013, 19:19
Re: Gangsters logotipo Fбcil By OTACON - by Juninho_Oakley - 29.08.2013, 23:36

Forum Jump:


Users browsing this thread: 1 Guest(s)