Really Really Really Need Help! - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Really Really Really Need Help! (
/showthread.php?tid=81829)
Really Really Really Need Help! -
paultje162 - 14.06.2009
Hi.
I need help with something.
if someone type an wrong command, i want that the server says:
I Don't Know The Command [/Command]. Please Use /Help [Playername]
Plz Commend.
[XSP]oOPaulOo
Re: Really Really Really Need Help! -
ByFukara - 14.06.2009
wow that's crazy command. You must do that.
Add this end of OnPlayerCommandText
Код:
else
{
format(string, sizeof(string), "%s is not an available command. Check the command list to view the all the current commands. ( /commands )", cmdtext);
SendClientMessage(playerid, RED, string);
}
return 0;
}
Re: Really Really Really Need Help! -
Correlli - 14.06.2009
You should return SendClientMessage(playerid, RED, string);
Re: Really Really Really Need Help! -
ByFukara - 14.06.2009
no man that's worked
Re: Really Really Really Need Help! -
paultje162 - 14.06.2009
Quote:
Originally Posted by ByFukara
wow that's crazy command. You must do that.
Add this end of OnPlayerCommandText
Код:
else
{
format(string, sizeof(string), "%s is not an available command. Check the command list to view the all the current commands. ( /commands )", cmdtext);
SendClientMessage(playerid, RED, string);
}
return 0;
}
|
It Won't work.
can u also add the :
new
forwards or something
it gives an error unknown symbol string
Re: Really Really Really Need Help! -
Correlli - 14.06.2009
Re: Really Really Really Need Help! -
paultje162 - 14.06.2009
Quote:
Originally Posted by Don Correlli
|
THX
Re: Really Really Really Need Help! -
paultje162 - 14.06.2009
I already got it!
Really Thxs For commend.
i have a screenie that it works :P
command an name:P
Re: Really Really Really Need Help! -
Weirdosport - 14.06.2009
I see you've removed that screenshot... Good, because it had cheats in it.
Re: Really Really Really Need Help! -
paultje162 - 14.06.2009
Quote:
Originally Posted by Weirdosport
I see you've removed that screenshot... Good, because it had cheats in it.
|
I Only use it for playerpos.
not for hacking.