15.01.2012, 02:36
How do I make a text appear on the screen after my player spawns? Example - 'Welcome to Los Santos'
public OnPlayerSpawn(playerid)
{
GameTextForPlayer(playerid, "~n~~w~Welcome To Los Santos", 6000, 3);
return 1;
}
~n~