Weird command issue
#1

I'm not the best at SA-MP scripting and i'm coding a server from scratch to train my skills and build my community up.

pawn Код:
if(!strcmp(cmdtext, "/b", true, 3))
    {
        if(!cmdtext[2])return SendClientMessage(playerid, COLOR_ERRORRED, "USAGE: /b [ooc chat]");

        new str[128];
        GetPlayerName(playerid, str, sizeof(str));
        format(str, sizeof(str), "(( %s: %s ))", str, cmdtext[3]);
       
        ProxDetector(10.0, playerid, str, COLOR_FADE1, COLOR_FADE2, COLOR_FADE3, COLOR_FADE4, COLOR_FADE5);

        return 1;
    }
When I type /b text it works properly, but when I type /ban userid reason it will show up like this:

(( Jonty: an 1 noob ))

So, it's using the /b not the /ban

Can anyone help?
Reply


Messages In This Thread
Weird command issue - by Jonteh - 17.05.2011, 02:41
Re: Weird command issue - by Seven_of_Nine - 17.05.2011, 04:05
Re: Weird command issue - by Jonteh - 17.05.2011, 21:09
Re: Weird command issue - by park4bmx - 17.05.2011, 21:12
Re: Weird command issue - by Naruto_Emilio - 17.05.2011, 21:15
Re: Weird command issue - by park4bmx - 17.05.2011, 21:22
Re: Weird command issue - by grand.Theft.Otto - 17.05.2011, 21:57
Re: Weird command issue - by Jonteh - 17.05.2011, 22:19
Re: Weird command issue - by grand.Theft.Otto - 17.05.2011, 22:29
Re: Weird command issue - by Jonteh - 18.05.2011, 04:42

Forum Jump:


Users browsing this thread: 1 Guest(s)