Why this CMD didn't work?(+1 REP)
#1

Код:
 if (strcmp("/me", cmdtext, true) == 0)
{
      if(!cmdtext[3])return SendClientMessage(playerid, 0xFF0000FF, "USAGE: /me [action]");
      new str[128];
      GetPlayerName(playerid, str, sizeof(str));
      format(str, sizeof(str), "* %s %s", str, cmdtext[4]);
      SendClientMessageToAll(0xFFFF00AA, str);
      return 1;
}

NO errors!
Reply


Messages In This Thread
Why this CMD didn't work?(+1 REP) - by Andrew97 - 16.04.2012, 11:48
Re: Why this CMD didn't work?(+1 REP) - by sampmark05 - 16.04.2012, 11:52
Re: Why this CMD didn't work?(+1 REP) - by iggy1 - 16.04.2012, 11:54
Re: Why this CMD didn't work?(+1 REP) - by Andrew97 - 16.04.2012, 11:55
Re: Why this CMD didn't work?(+1 REP) - by Andrew97 - 16.04.2012, 11:58
Re: Why this CMD didn't work?(+1 REP) - by sampmark05 - 16.04.2012, 12:01
Re: Why this CMD didn't work?(+1 REP) - by Andrew97 - 16.04.2012, 12:02
Re: Why this CMD didn't work?(+1 REP) - by Mark™ - 16.04.2012, 12:42

Forum Jump:


Users browsing this thread: 1 Guest(s)