25.12.2010, 15:24
(
Last edited by M0R0JR; 25/12/2010 at 07:19 PM.
)
With this: http://forum.sa-mp.com/showthread.ph...extdraw+editor
It\'s not hard. You must know only some \'special characters\', like:
/
With these you can create Progress bar, etc.
And what ? Let me show you that you can use \'\\' in a textdraw:
Oh ...
It\'s not hard. You must know only some \'special characters\', like:
/
With these you can create Progress bar, etc.
Quote:
I used a box for the trunk, then use, most of, the "/" , changed sizes, inverted and so, because pawn compiler takes a \ as a new line.
|
Code:
pawn compiler takes a \ as a new line
pawn Code:
new s[2];
format(s,sizeof(s),"%c",92);
TextDrawCreate(101.000000,135.000000,s);