A error with compile
Welcome to the AMX Mod X 1.76-300 Compiler.
Copyright (c) 1997-2006 ITB CompuPhase, AMX Mod X Team Error: Argument type mismatch (argument 4) on line 17 1 Error. Could not locate output file C:\Users\Jacob\Desktop\multijump.amx (compile failed). PHP Code:
|
Re: A error with compile
First of all, it should be plugin_init, not plugin_init().
Second, why are you recalling plugin_init within plugin_init? Third, read this: http://amxmodx.org/funcwiki.php?sear...task&go=search |
Re: A error with compile
Why are you trying to call plugin_init from plugin_init. Explain what you are trying to do, I'm sure there is a more proper way accomplish your task.
You should not have plugin_init() and you are telling the task to both loop and repeat 1 time. I'm assuming you just want it to occur once, so nothing is needed. PHP Code:
|
Re: A error with compile
I know, i want to do that you only can multijump once a round
|
Re: A error with compile
Well then you already have that defined as the cvar default.
The below does that check for you. PHP Code:
|
Re: A error with compile
Where should it be in the script?
|
Re: A error with compile
nowhere... remove that task... it doesn't make any sense... that means you will register the plugin, the cvars and the forwards each 0.1 seconds... I don't know WHAT will happen but it won't be good :)
bottom line: remove that line, it's useless :} |
Re: A error with compile
Look at this thread:
http://forums.alliedmods.net/showthread.php?t=42159 You need to do g_iJumpCount[id] = 0 at new round or round start |
Re: A error with compile
Well it should only be one time each round
|
Re: A error with compile
PHP Code:
Code:
Error: Invalid function call, not a valid address on line 21 |
| All times are GMT -4. The time now is 02:23. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.