02.06.2010, 15:42
The string is the problem.
Add on the top in GameModeInIt:
And in OnPlayerConnect
Add on the top in GameModeInIt:
pawn Code:
welcomeText = TextDrawCreate(240.0,580.0,"Welcome to [name-server]");
pawn Code:
TextDrawShowForPlayer(playerid,welcomeText);