Side adress in server
#8

Quote:
Originally Posted by Twisted_Insane
Посмотреть сообщение
Show me your code with your errors, then I can help you!
I just tried this one:
// This variable is used to store the id of the textdraw
// so that we can use it throught the script
new Text:welcomeText;

public OnGameModeInit()
{
// This line is used to create the textdraw.
// Note: This creates a textdraw without any formatting.
welcomeText = TextDrawCreate(240.0,580.0,"Welcome to my SA-MP server");
return 1;
}

public OnPlayerConnect(playerid)
{
//This is used to show the player the textdraw when they connect.
TextDrawShowForPlayer(playerid,welcomeText);
Reply


Messages In This Thread
Side adress in server - by MTCool - 17.02.2012, 19:11
Re: Side adress in server - by FuTuяe - 17.02.2012, 19:14
Re: Side adress in server - by MTCool - 17.02.2012, 19:18
Re: Side adress in server - by MTCool - 17.02.2012, 19:26
Re: Side adress in server - by Guitar - 17.02.2012, 20:04
Re: Side adress in server - by MTCool - 17.02.2012, 20:13
Re: Side adress in server - by Twisted_Insane - 17.02.2012, 20:21
Re: Side adress in server - by MTCool - 17.02.2012, 20:31
Re: Side adress in server - by Twisted_Insane - 17.02.2012, 20:36
Re: Side adress in server - by MTCool - 17.02.2012, 20:53

Forum Jump:


Users browsing this thread: 1 Guest(s)