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

Код:
 if (strcmp("/me",params, true) == 0)
{
      if(isnull(params)) return SendClientMessageEx(playerid, COLOR_WHITE, "USAGE: /me [action]");
      new string[128];
      GetPlayerName(playerid, string, sizeof(string));
      format(string, sizeof(string), "%s %s", GetPlayerNameEx(playerid), params);
      SendClientMessageToAllEx(0xFFFF00AA, string);
      return 1;
}
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: 2 Guest(s)