Connect Message On Screen
#1

How to have a message on screen like /announce when people connect to the server?
Reply
#2

Use GameTextForAll or GameTextForPlayer? Or you can also make textdraw...
Reply
#3

Try this:
Код:
public OnPlayerConnect(playerid)
{
    GameTextForPlayer(playerid,"You'r message here!", 5000, 3);
    return 1;
}
Reply
#4

pawn Код:
public OnPlayerConnect(playerid)
{
     GameTextForPlayer(playerid,"Welcome please read the ~n~~>~~r~/rules",6000,0);
     return 1;
}
U mean on this ?? o_0
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)