Commands Not Working..
#1

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 :/
Reply
#2

Bump Please!
Reply
#3

Post the warnings too please.
Reply
#4

* 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;
  }
//------------------------------------------------------------------------------------------------------
Reply
#5

Fixed! (/me command, and warnings)

http://pastebin.com/m4536608
Reply
#6

Quote:
Originally Posted by © Tђэ LυxυяiσN™
Fixed! (/me command, and warnings)

http://pastebin.com/m4536608
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:
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)