06.07.2009, 03:43
https://sampwiki.blast.hk/wiki/SetTimerEx
Your problem was that you the timer was calling the GameTextTimer, but wasn't supplying the intended playerid to the function.
Code:
public OnPlayerSpawn(playerid) { SetTimerEx("GameTextTimer", 1000, true, "i", playerid); ...