GameText
#2

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:
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
Reply


Messages In This Thread
GameText - by Jesper00 - 01.12.2013, 10:23
Re: GameText - by Threshold - 01.12.2013, 10:26
Re: GameText - by Jesper00 - 01.12.2013, 10:30
Re: GameText - by Avi Raj - 01.12.2013, 10:32
Re: GameText - by feartonyb - 01.12.2013, 10:33
Re: GameText - by Avi Raj - 01.12.2013, 10:41

Forum Jump:


Users browsing this thread: 1 Guest(s)