01.12.2013, 10:26
Style 2 is not recommended for use under OnPlayerConnect, unless you're willing to respawn your player before they've even spawned..
This code would be more suitable:
-
You can read about GameText styles here, and what each of them does and how they act:
https://sampwiki.blast.hk/wiki/GameTextStyle
This code would be more suitable:
pawn Код:
public OnPlayerConnect(playerid)
{
GameTextForPlayer(playerid, "Welcome to Los Santos North Life", 3000, 4);
return 1;
}
You can read about GameText styles here, and what each of them does and how they act:
https://sampwiki.blast.hk/wiki/GameTextStyle