Thread: WWA Kill Adv
View Single Post
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 06-12-2007 , 13:21   Re: WWA Kill Adv
Reply With Quote #9

Quote:
Welcome to the AMX Mod X 1.76-300 Compiler.
Copyright (c) 1997-2006 ITB CompuPhase, AMX Mod X Team

Error: Number of arguments does not match definition on line 82

1 Error.
Could not locate output file C:\Documents and Settings\Administrateur.F83DF07FEA0B434\Burea u\PLUGINS REVUS\wwa_kill_adv2.amx (compile failed).


And if I replace what i've said above : " new bool:is_visible = fm_is_ent_visible(killer,victim)"

Quote:
Welcome to the AMX Mod X 1.76-300 Compiler.
Copyright (c) 1997-2006 ITB CompuPhase, AMX Mod X Team

Header size: 564 bytes
Code size: 4124 bytes
Data size: 2340 bytes
Stack/heap size: 16384 bytes; estimated max. usage=525 cells (2100 bytes)
Total requirements: 23412 bytes
Done.
Code:
stock bool:fm_is_ent_visible(index, entity) { }
.

I don't know why you add "1", after "entity".

About fakemeta_util I think it's better to put in your plugin the stock function to avoid compilation problems. (considering that you're using one stock only)
__________________

Last edited by Arkshine; 06-12-2007 at 13:28.
Arkshine is offline