13.01.2019, 12:03
You have to create the Textdraw in OnGameModeInit, otherwise it will be created over and over again, each time a user connects to your server.
Also start the Timer in OnGameModeInit.
Within the public of the Timer use TextDrawColor and TextDrawShowForAll.
Also start the Timer in OnGameModeInit.
Within the public of the Timer use TextDrawColor and TextDrawShowForAll.