14.12.2012, 15:34
Код:
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; }