/ahelp shows nothing
#1

When I do /ahelp nothing comes up, howcome there's nothing coming up?

PHP код:
    if(strcmp(cmd"/askadmin"true) == || strcmp(cmd"/ahelp"true) == 0)
    {
        if(!
strlen(cmdtext[8])) return SendClientMessage(playerid0xFF0000AA"Use /ahelp [message]");
        new 
str[128];
        if((
gettime()-LastReport[playerid]) < 30)
        {
            
format(str128"You have to wait %d seconds before you can send a new help message!", (30-(gettime()-LastReport[playerid])));
            
SendClientMessage(playerid0xFF0000AAstr); return 1;
        }
        
format(str128"[ASKADMIN] Sender ID: %d. Message: %s"playeridcmdtext[8]);
        for(new 
ii<MAX_PLAYERSi++)
        {
            
AdministratorMessage(COLOR_ADMINCMDstring,1);
            return 
1;
        }
        
SendClientMessage(playerid0x00FF00AA"Help sent to online admins!");
        
LastReport[playerid] = gettime();
        return 
1;
    } 
Reply


Messages In This Thread
/ahelp shows nothing - by FabianoC - 05.12.2011, 15:56
Re: /ahelp shows nothing - by Speed - 05.12.2011, 16:08
Re: /ahelp shows nothing - by FabianoC - 05.12.2011, 16:14
Re: /ahelp shows nothing - by Speed - 05.12.2011, 16:22
Re: /ahelp shows nothing - by Ash. - 05.12.2011, 16:32
Re: /ahelp shows nothing - by FabianoC - 05.12.2011, 17:27
Re: /ahelp shows nothing - by Ash. - 05.12.2011, 17:40
Respuesta: /ahelp shows nothing - by OPremium - 05.12.2011, 17:42
Re: Respuesta: /ahelp shows nothing - by Ash. - 05.12.2011, 17:48

Forum Jump:


Users browsing this thread: 2 Guest(s)