Hey there.
#2

Well i'll try a few questions...:

Quote:

How to change "unknown Command" To what ever I want?

At the bottom of the OnPlayerCommandText callback, change "return 0;" to "return SendClientMessage(you failed goes in here);"

Quote:

how to make an /n(needhelp) chat?

Could you elaborate on this? Does it send a message to admins saying you need help on something or what?

Quote:

Why when I port forword "7777" my server still dosent show up.

That's a question for these guys

Quote:

Why I can see only one "textdraw" in my server?

Looking at your script you only show textdraw1.

You have:
Код:
TextDrawShowForPlayer(playerid, Textdraw1);
TextDrawShowForPlayer(playerid, Textdraw1);
You need:
Код:
TextDrawShowForPlayer(playerid, Textdraw0);
TextDrawShowForPlayer(playerid, Textdraw1);
But not in the same place... I hope you know what I mean =p
Reply


Messages In This Thread
Hey there. - by propilot - 24.05.2009, 15:10
Re: Hey there. - by Weirdosport - 24.05.2009, 16:24
Re: Hey there. - by propilot - 24.05.2009, 16:52

Forum Jump:


Users browsing this thread: 1 Guest(s)