Score = Money + /me command + Car System
#10

Ermm My script Got this :

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


Messages In This Thread
Score = Money + /me command + Car System - by Puzi - 30.03.2009, 19:19
Re: Score = Money + /me command + Car System - by Dujma - 30.03.2009, 19:21
Re: Score = Money + /me command + Car System - by tom_jonez - 30.03.2009, 19:24
Re: Score = Money + /me command + Car System - by Weed_ - 30.03.2009, 19:25
Re: Score = Money + /me command + Car System - by Puzi - 30.03.2009, 20:04
Re: Score = Money + /me command + Car System - by Divine - 30.03.2009, 20:08
Re: Score = Money + /me command + Car System - by Puzi - 30.03.2009, 20:14
Re: Score = Money + /me command + Car System - by Pyrokid - 30.03.2009, 20:16
Re: Score = Money + /me command + Car System - by Weed_ - 31.03.2009, 10:27
Re: Score = Money + /me command + Car System - by basker - 01.04.2009, 21:19

Forum Jump:


Users browsing this thread: 1 Guest(s)