31.08.2009, 17:33
I think the textdraw won't be shown to players who connected after 'TextDrawShowForAll(test)' has been used, and since that's in OnGameModeInit, nobody is connected at that time.
Try TextDrawShowForPlayer(test, playerid) in the OnPlayerConnect or OnPlayerSpawn callback.
Try TextDrawShowForPlayer(test, playerid) in the OnPlayerConnect or OnPlayerSpawn callback.