Commands Not Working.. - 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: Commands Not Working.. (
/showthread.php?tid=125668)
Commands Not Working.. -
TheNotorius - 05.02.2010
Okay, Today i Ran my server And My script is fine
and i get 11 warnings, when i type, just say /me Test
It Doesnt Come up
it even doesnt show
SERVER:UNKNOWN COMMAND
Im Really Frustrated Cause my players Are Complaining

(
Please Help me
Thanks Heres CODE
http://pastebin.com/m16fb1a8a
Thanks in Advance.
EDIT - I Tried Running it On LVDM And It STILL Doesnt Work :/
Re: Commands Not Working.. -
TheNotorius - 05.02.2010
Bump Please!
Re: Commands Not Working.. -
bartje01 - 05.02.2010
Post the warnings too please.
Re: Commands Not Working.. -
hvampire - 05.02.2010
* hvampire command :
Код:
//------------------------------------------------------------------------------------------------------
if(!strcmp(cmdtext, "/me", true, 3))
{
if(!cmdtext[3])return SendClientMessage(playerid, 0xFF9900AA, "USAGE: /me [Text]");
new str[128];
GetPlayerName(playerid, str, sizeof(str));
format(str, sizeof(str), "* %s %s", str, cmdtext[4]);
SendClientMessageToAll(0xFFFF00AA, str);
return 1;
}
//------------------------------------------------------------------------------------------------------
Re: Commands Not Working.. -
LuxurioN™ - 05.02.2010
Fixed! (/me command, and warnings)
http://pastebin.com/m4536608
Re: Commands Not Working.. -
TheNotorius - 06.02.2010
Quote:
Originally Posted by © Tђэ LυxυяiσN™
|
THANKS

DD But When i Run It No Errors Or Warnings None Of The CMDS Doesnt work Still

Ive Tryed running it with LVDM And that doesnt work to... do you think its my server itself ?
Ive allowed it through firewall and everything :/ and got the latest SAMP Server D: