17.01.2017, 01:25
hello, i added face book logo but i wanna move it to up i changed "/offical sparta group " position but i can't change the face book logo position i want it to move up like the word couse it's on the moving line
script:
script:
Код:
public OnFilterScriptInit()
{
FB = TextDrawCreate(39.000000, 418.000000, "/Offical [SPARTA] Group"); // Change "your FB link here" to your facebok link *DON'T REMOVE THE SLASH (/)*
TextDrawBackgroundColor(FB, 255);
TextDrawFont(FB, 1);
TextDrawLetterSize(FB, 0.500000, 1.800000);
TextDrawColor(FB, 11448063);
TextDrawSetOutline(FB, 0);
TextDrawSetProportional(FB, 1);
TextDrawSetShadow(FB, 1);
TextDrawSetSelectable(FB, 0);
FBTextDraws();
return 1;
}


Float
, Float:y, text[])