[HELP]Name Server Textdraw
#2

Quote:
Originally Posted by WhiteAngels
Посмотреть сообщение
How to Create Name Server Textdraw like This ...
http://imgur.com/LHUOXIR

Help Me Please !!!
I'd make simple one for you:

pawn Код:
new Text:webext;//Making variable

public OnGameModeInit()
{
webtext = TextDrawCreate(20,430,"My Server")//setting up textdraw, + setting up the float x and float y to shown in screen
TextDrawFont(webtext,3);//setting up the textdraw font
}
pawn Код:
public OnPlayerConnect(playerid)
{
TextDrawShowForPlayer(playerid,webtext);//showing the texdraw
return 1;
}
EDIT:So when the player connect, the textdraw will be shown.
If you dont know much about textdraw, here is step by step guide in textdraw:
click me
Reply


Messages In This Thread
[HELP]Name Server Textdraw - by WhiteAngels - 18.10.2013, 07:43
Re: [HELP]Name Server Textdraw - by qazwsx - 18.10.2013, 08:21
Re: [HELP]Name Server Textdraw - by WhiteAngels - 18.10.2013, 08:28
Re: [HELP]Name Server Textdraw - by qazwsx - 18.10.2013, 08:31
Re: [HELP]Name Server Textdraw - by Jankingston - 18.10.2013, 08:44
Re: [HELP]Name Server Textdraw - by WhiteAngels - 18.10.2013, 09:00
Re: [HELP]Name Server Textdraw - by Jankingston - 15.06.2014, 18:58

Forum Jump:


Users browsing this thread: 2 Guest(s)