Spam command
#5

error 017: undefined symbol "i"
warning 217: loose indentation
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.
my /admins work. not the /helper don't work keep spaming
Here my /admins command:

PHP код:
// This command lists all online admins
CMD:admins(playerid)
{
    new 
Count;
    new 
str[45], Admin[MAX_PLAYER_NAME];
    
SendClientMessage(playerid, -1"Administrators online:");
    for(new 
0MAX_PLAYERS++)
    {
        if (
APlayerData[i][PlayerLevel] >= 1)
        {
            
Count ++;
            
GetPlayerName(iAdminMAX_PLAYER_NAME);
            
format(strsizeof str"%s %s",AdminLevelName(i));
            
SendClientMessage(playerid, -1str);
        }
    }
    if(
Count 1SendClientMessage(playerid, -1"No Admin Online!");
    
// Let the server know that this was a valid command
    
return 1;

Reply


Messages In This Thread
Spam command - by DerickClark - 12.05.2013, 17:03
AW: Spam command - by Blackazur - 12.05.2013, 17:09
Re: Spam command - by DerickClark - 12.05.2013, 17:18
AW: Spam command - by Blackazur - 12.05.2013, 17:27
Re: Spam command - by DerickClark - 12.05.2013, 17:29
AW: Spam command - by Blackazur - 12.05.2013, 17:34

Forum Jump:


Users browsing this thread: 1 Guest(s)