Posts: 151
Threads: 10
Joined: Jun 2013
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?
Yes, they are. I believe that player textdraws are also destroyed upon disconnection.
Posts: 151
Threads: 10
Joined: Jun 2013
so we dont really need to destroy and hide them over and over again?
Posts: 511
Threads: 13
Joined: Jun 2012
Reputation:
0
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