Jump to content

Dolby

Membru
  • Posts

    9
  • Joined

  • Last visited

    Never

Posts posted by Dolby

  1. sunt mai incepator de ex din  :

    //-------------------------------------------------
    
    public OnFilterScriptInit()
    {
            // Init our text display
            txtAnimHelper = TextDrawCreate(610.0, 450.0,
            "~w~Apasa CLICK pentru a opri animatia");
            TextDrawUseBox(txtAnimHelper, 0);
            TextDrawFont(txtAnimHelper, 2);
            TextDrawSetShadow(txtAnimHelper,0); // no shadow
            TextDrawSetOutline(txtAnimHelper,1); // thickness 1
            TextDrawBackgroundColor(txtAnimHelper,0x000000FF);
            TextDrawColor(txtAnimHelper,0xFFFFFFFF);
            TextDrawAlignment(txtAnimHelper,3); // align right
    }
    
    public OnFilterScriptExit()
    {
            TextDrawDestroy(txtAnimHelper);
    }
    
    //-------------------------------------------------

    ce las ?

    LS:Da cred ca de la VIP era ..

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.