Textdraw Questions - 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: Textdraw Questions (
/showthread.php?tid=489781)
Textdraw Questions -
kN1GhT - 24.01.2014
Q1: Why do we Destroy The Player Textdraws OnPlayerDisconnect ...?
Q2: Why do we Destroy Textdraws OnGameModeExit ?
Arent the textdraws destroyed once we shut the server?
Re: Textdraw Questions - Emmet_ - 24.01.2014
Yes, they are. I believe that player textdraws are also destroyed upon disconnection.
Re: Textdraw Questions -
kN1GhT - 24.01.2014
so we dont really need to destroy and hide them over and over again?
Re: Textdraw Questions -
Sawalha - 24.01.2014
while in game, you can use hidetextdraw to hide it not remove it.
but when the server is off , you can destroy it, be cause it will be auto created again if you put textdrawcreate at ongamemodeinit