Need help
#1

Okay, so I have 3 questions...

1.) What is the usual ping of a bot?

2.) What the hell is wrong with my mutelist?!
It only shows the recently muted player.
pawn Код:
CMD:mutelist(playerid, params[])
{
        new count = 0;
        new name[MAX_PLAYER_NAME];
        GetPlayerName(playerid, name, sizeof(name));
        SendClientMessage(playerid, Red, "Listing Currently Muted Players:");
        for(new i = 0; i < MAX_PLAYERS; i++)
        {
            if(IsPlayerConnected(i) && ainfo[i][Muted] > 0)
            {
                new str[56];
                GetPVarString(playerid, "TREASON", str, sizeof(str));
                SPD(playerid, MUTED, DIALOG_STYLE_MSGBOX, "Muted Player", str, "Done", "Cancel");
                count++;
            }
        }
        if(count == 0)
        {
            SendClientMessage(playerid, Red, "SERVER : There are no muted players at the moment!");
        }
return 1;
}
3.) Why is it sometimes, my dini scripts resets, or turns into 0.
Quote:

info[playerid][Level] = 1;
then after a GMX or reloadfs
it turns into info[playerid][Level] = 0;

Thanks.
Reply


Messages In This Thread
Need help - by ViruZZzZ_ChiLLL - 20.06.2010, 13:07
Re: Need help - by ViruZZzZ_ChiLLL - 21.06.2010, 10:59
Re: Need help - by cessil - 21.06.2010, 11:17
Re: Need help - by DJDhan - 21.06.2010, 11:27
Re: Need help - by NewTorran - 21.06.2010, 11:28
Re: Need help - by DJDhan - 21.06.2010, 11:30
Re: Need help - by ViruZZzZ_ChiLLL - 21.06.2010, 11:54
Re: Need help - by ViruZZzZ_ChiLLL - 24.06.2010, 13:23
Re: Need help - by Hiddos - 24.06.2010, 13:28
Re: Need help - by ViruZZzZ_ChiLLL - 25.06.2010, 04:48

Forum Jump:


Users browsing this thread: 1 Guest(s)