Command /mute
#7

Код:
C:\Users\toni\Desktop\Gang War Los Santos 0.3e\gamemodes\mod.pwn(48) : error 012: invalid function call, not a valid address
C:\Users\toni\Desktop\Gang War Los Santos 0.3e\gamemodes\mod.pwn(48) : warning 215: expression has no effect
C:\Users\toni\Desktop\Gang War Los Santos 0.3e\gamemodes\mod.pwn(48) : error 001: expected token: ";", but found ")"
C:\Users\toni\Desktop\Gang War Los Santos 0.3e\gamemodes\mod.pwn(48) : error 029: invalid expression, assumed zero
C:\Users\toni\Desktop\Gang War Los Santos 0.3e\gamemodes\mod.pwn(48) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


4 Errors.
Код:
forward unmutef(p, f);

public unmutef(p, f)
{
    KillTimer(pMutedTimer(p)); --> line 48
    SetPVarInt(p, "Mutan", 0);
    if(!f)
    {
        SendClientMessage(p, -1, "You have been automatically unmuted.");
    }
    return 1;
}
Reply


Messages In This Thread
Command /mute - by FL3GM4 - 14.12.2012, 14:45
Re: Command /mute - by LarzI - 14.12.2012, 14:55
Re: Command /mute - by FL3GM4 - 14.12.2012, 15:05
Re: Command /mute - by maramizo - 14.12.2012, 15:07
Re: Command /mute - by FL3GM4 - 14.12.2012, 15:08
Re: Command /mute - by maramizo - 14.12.2012, 15:16
Re: Command /mute - by FL3GM4 - 14.12.2012, 15:34
Re: Command /mute - by FL3GM4 - 14.12.2012, 15:37

Forum Jump:


Users browsing this thread: 1 Guest(s)