SA-MP Forums Archive
Problem Textdraws. - 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)
+--- Thread: Problem Textdraws. (/showthread.php?tid=642454)



Problem Textdraws. - Jmrz96 - 30.09.2017

Good, I have a small problem.

Place a few textdraw in my gamemode and they cannot be seen now.
I placed them in its respective places in new, in OnPlayerDeath, in OnPlayerSpawn, in OnGameModeInit and they do not appear.

Forgive my failures of English


Re: Problem Textdraws. - iiNzTicTx - 30.09.2017

So OnPlayerSpawn you have shown the textdraw using ShowTextDrawForPlayer?
Under OnPlayerDeath you hide it?
Under OnPlayerDisconnect you hide it?
OnGameModeInit you define it? i.e mytextdraw = ...
mytextdraw should be a global variable.

If all these cases match do you mind posting your code in the respective areas?


Re: Problem Textdraws. - Jmrz96 - 09.10.2017

I managed to solve by erasing ones that were not necessary.
Thanks for your help...