22.11.2011, 21:25
Simply, I have this TextDraw in my script and it doesn't show up. It is defind normally in OnFilterScriptInit
however when I show it to player
it doesn't want to show up. Any ideas?
Код:
lol= TextDrawCreate(547, 40, "~b~[lol]"); TextDrawLetterSize(lol, 0.5, 1.5); TextDrawFont(lol, 1); TextDrawSetOutline(lol, 1);
Код:
TextDrawShowForPlayer(playerid, lol);