Mole Help!!!!
#2

i dont understand why do you make same mistakes again and again mate?
why are you using
PHP код:
 if(strcmp(cmd"/mole"true) == && PlayerInfo[playerid][pAdmin] >= 5
when you are using zcmd and to make simple mole command,
PHP код:
CMD:mole(playeridparams[])
{
    if(
PlayerInfo[playerid][pAdmin] < 3)
    {
        
SendClientMessage(playeridCOLOR_GREY"You are not authorized to use that command!");
        return 
1;
    }

    new 
string[128];
    if(
isnull(params)) return SendClientMessage(playeridCOLOR_WHITE"USAGE: /mole [mole text]");

    
format(stringsizeof(string), "SMS: %s, Sender: Server",params);
    
SendClientMessageToAll(COLOR_YELLOWstring);
    return 
1;

the command you are using is not made for zcmd.. so use that one.
Reply


Messages In This Thread
Mole Help!!!! - by ManIsHere - 16.01.2016, 09:00
Re: Mole Help!!!! - by GTLS - 16.01.2016, 09:08
Re: Mole Help!!!! - by ManIsHere - 16.01.2016, 09:11

Forum Jump:


Users browsing this thread: 2 Guest(s)