25.01.2010, 08:33
I have alll good positions and all good.I used a text draw editor by zamuroth(w/e).
And it is all good but when i use textdrawsetstring the textdraw gets fucked up. it shows in wrong corner,no box,no letter size.
Do i have to define all again ?
And it is all good but when i use textdrawsetstring the textdraw gets fucked up. it shows in wrong corner,no box,no letter size.
Do i have to define all again ?
Код:
new jail[128]; format(jail,sizeof(jail),"~r~Jail Time: ~b~%d~n~~r~Bail:~b~ Unable",AccountInfo[playerid][JailTime]); TextDrawSetString(Text:tjail,jail); TextDrawShowForPlayer(playerid,Text:tjail);