pawn Код:
SetTimerEx("WelcomeTimer", 10000, false, "i", playerid);
Put it under OnPlayerConnect if you want to show the message 10 seconds after the player connects to the server. Put it under OnPlayerSpawn if you want to show the message 10 seconds after the player spawns (if you're using the SpawnPlayer function).