FIXED - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: FIXED (
/showthread.php?tid=77196)
FIXED -
Gamer007 - 09.05.2009
FIXED
Re: textdraw helpz :P -
miokie - 09.05.2009
Search for a Textdraw Creator on the forums. There are a few out there, i personally use Zamaroht's.
http://forum.sa-mp.com/index.php?topic=29132.0
Re: textdraw helpz :P -
Gamer007 - 09.05.2009
FIXED
Re: textdraw helpz :P -
HB - 09.05.2009
Do it at OnPlayerSpawn or set a timer.
Re: textdraw helpz :P -
Gamer007 - 09.05.2009
FIXED
Re: textdraw helpz :P -
Nero_3D - 10.05.2009
pawn Код:
new string[16];
format(string, sizeof(string), "Lygis: %d", pLevel[playerid][Lygis]);
Textdraw0 = TextDrawCreate(599.000000, 389.000000, string);
Re: textdraw helpz :P -
Gamer007 - 10.05.2009
EDIT: FIXED