invalid function or declaration
#2

One question, where have you got this script from? Because it's the same exact like mine..

PHP код:
Timer:PlayerChecker[1000]()
{
    foreach(
Playeri)
    {
        if(
PlayerInfo[i][pMuted] == true)
        {
            
PlayerInfo[i][pMutedTime]--;
            if(
PlayerInfo[i][pMutedTime] < 1)
            {
                
PlayerInfo[i][pMuted] = false;
                
PlayerInfo[i][pMutedTime] = 0;
                
SendClientMessage(iCOLOR_YELLOW"AdmCmd(1): You have been automatically unmuted after serving the mute-time.");
                new 
string[150];
                
format(stringsizeof(string), "AdmWarn(2): {FF0000}%s has been automatically unmuted after serving his mute-time"GetName(i));
                
SendAdminMessage(COLOR_ORANGEstring);
            }
        } 
Even the AdmWarnings are the same ffs.. Why do you keep copying other's script
Reply


Messages In This Thread
invalid function or declaration - by AlfaSufaIndo - 27.09.2018, 12:02
Re: invalid function or declaration - by solstice_ - 27.09.2018, 12:05
Re: invalid function or declaration - by AlfaSufaIndo - 27.09.2018, 12:12
Re: invalid function or declaration - by solstice_ - 27.09.2018, 12:14
Re: invalid function or declaration - by AlfaSufaIndo - 27.09.2018, 12:16
Re: invalid function or declaration - by solstice_ - 27.09.2018, 12:16
Re: invalid function or declaration - by AlfaSufaIndo - 27.09.2018, 12:18
Re: invalid function or declaration - by solstice_ - 27.09.2018, 12:19
Re: invalid function or declaration - by AlfaSufaIndo - 27.09.2018, 12:20
Re: invalid function or declaration - by AlfaSufaIndo - 27.09.2018, 12:22

Forum Jump:


Users browsing this thread: 1 Guest(s)