04.11.2017, 19:06
I suppose you have more than 2 cases in that switch. If not, you should catch all cases:
case 0: case 1: ... case 19: ... or case 1: .. case 2: .. default: ..
The problem is that you have to show the textdraw after you set a new string for it.
Use TextDrawShowForPlayer(playerid, Weather); or TextDrawShowForAll(Weather) after that "switch".
case 0: case 1: ... case 19: ... or case 1: .. case 2: .. default: ..
The problem is that you have to show the textdraw after you set a new string for it.
Use TextDrawShowForPlayer(playerid, Weather); or TextDrawShowForAll(Weather) after that "switch".