Labels?
#1

Hii im newbie here. i would ask you. wher i can get tutorial off creating label system?
Reply
#2

If you mean Text Labels, here's the wiki page and i don't think any one made a tutorial since its easy to make
https://sampwiki.blast.hk/wiki/Create3DTextLabel
Reply
#3

Mmmmm thx btw how to send msg to player who connect to my server?
Reply
#4

pawn Код:
public OnPlayerConnect(playerid)
{
    SendClientMessage(playerid, 0xFFFFFFAA, "WELCOMEEEE");
    return 1;
}
Reply
#5

Quote:
Originally Posted by Theghost1
Посмотреть сообщение
Mmmmm thx btw how to send msg to player who connect to my server?
Here you go.

pawn Код:
public OnPlayerConnect(playerid)
{
    SendClientMessage(playerid, 0xFFFFFFAA, "PUT YOUR TEXT HERE THAT YOU WANT WHEN A PLAYER JOIN THE SERVER");
    return 1;
}
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)