Help with textdraw? - 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: Help with textdraw? (
/showthread.php?tid=114349)
Help with textdraw? -
DeltaAirlines12 - 18.12.2009
I have added/ tried to add several textdraw things to my server but after a player dies, and spawns again, the textdraw doesn't show.
Only 1 textdraw shows and that's my speed o meter built into my game mode. I am running a v0.3a SA-MP server,
NOT
and R4 server. Anyone know whats wrong or how to fix this?
EDIT:
I installed my "rank system" that textdraw wouldn't show up on, and now the texdraw shows up only if it's the only textdraw.
Re: Help with textdraw? -
Fj0rtizFredde - 18.12.2009
Have you tried to show the textdraw when the player spawn after he dies?
Like:
pawn Код:
//OnPlayerSpawn:
TextDrawShowForPlayer(playerid, Text:Test[playerid]); //This is just a test
Re: Help with textdraw? -
Zamaroht - 02.01.2010
You can use this filterscript and select the option to export to a self-working filterscript which always shows the textdraw:
http://forum.sa-mp.com/index.php?topic=143025.0