10.02.2013, 15:55
Configure a textdraw under OnGameModeInit (A lot of useful tools that can help you with this, just search.).
Then under OnPlayerConnect you use;
This will show it when a player connects. You can make a timer or something to only let it show for a few seconds.
Then under OnPlayerConnect you use;
pawn Код:
TextDrawShowForPlayer(playerid, Text:text)