strcmp /me command with radius
#4

I'm very tired and haven't learned zcmd so no...

Could you help me implement ProxDetector into this?

pawn Код:
if(!strcmp(cmdtext, "/me", true, 3)) // 3 is the length of /me
    {
        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;
    }
Reply


Messages In This Thread
strcmp /me command with radius - by Rabbayazza - 25.07.2012, 09:00
Re: strcmp /me command with radius - by JaKe Elite - 25.07.2012, 09:04
Re: strcmp /me command with radius - by Jstylezzz - 25.07.2012, 09:06
Re: strcmp /me command with radius - by Rabbayazza - 25.07.2012, 09:06
Re: strcmp /me command with radius - by Pinguinn - 25.07.2012, 09:10
Re: strcmp /me command with radius - by Jstylezzz - 25.07.2012, 09:11
Re: strcmp /me command with radius - by Rabbayazza - 25.07.2012, 09:12
Re: strcmp /me command with radius - by Rabbayazza - 25.07.2012, 09:14
Re: strcmp /me command with radius - by Jstylezzz - 25.07.2012, 09:17
Re: strcmp /me command with radius - by Rabbayazza - 25.07.2012, 09:21

Forum Jump:


Users browsing this thread: 8 Guest(s)