20.05.2012, 07:41
You should really create the textdraws in OnGameModeInit then just use "TextDrawSetString" to change the textdraw. That way you have no chance of deleting a textdraw by mistake. That's how I'd do it anyway. Then you don't need to create a textdraw every time a player connects just change the string.