Simple help please :)
#1

i need with help how i can put a server name or something there and if i can make it colored and change the fonts ?

[img width=1024 height=630]/imageshack/img217/2136/95988857.png[/img]
Reply
#2

I don't think you can.
Reply
#3

i can but i dont know how, i already saw alot servers have things like that on that place / other places
Reply
#4

Top
pawn Код:
new Text:Server;
OnGameModeInit
pawn Код:
Server = TextDrawCreate(543.0, 22.0, "SERVERNAME");
TextDrawSetShadow(Server, 0);
TextDrawSetOutline(Server, 2);
TextDrawLetterSize(Server, 0.6, 1.8);
TextDrawFont(Server, 3);
OnPlayerConnect
pawn Код:
TextDrawShowForPlayer(playerid, Server);
For colors Usage: ~r~ for red and ~b~ for blue look on the wiki for more colors
Reply
#5

Thanks alot dude it worked perfectly.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)