11.12.2014, 08:58
Player textdraws are only useful to extend the textdraw limit. You can create 256 textdraws per player (so 256,000 in total for a full 1000 player server) as opposed to 2048 global. Global textdraw should in most cases be created in OnGameModeInit, player textdraw should in most cases be created in OnPlayerConnect.