help with gunxmod
[AMXX] Plugin "gunxpmod.amxx" failed to load: Plugin uses an unknown function (name "load_power_one") - check your modules.ini.
Code:
load_power_one(id); |
Re: help with gunxmod
post the full code
i guess your problem is you don't have the function in your code"new load_power_one" |
Re: help with gunxmod
look //POWERS******
native load_powers(); //Load all levels native get_bonus_xp(id); //Get bonus XP native get_k1asus(id); //Get k1asus count native get_supp_box(id); //Get supply box XP from native get_forcefield_time(id); //Get force field additional time native get_pipe_radius(id); //Get percent of additional radius native load_power_one(id); //Load one player power native save_on_other(id); //Remove old and save new |
Re: help with gunxmod
You need the plugin or the module that registers that function.
What you posted is just a list of natives that your plugin uses. It's basically the same things in all the .inc files. Make sure you have all the parts required for that XP mod, you seem to be missing at least one. |
| All times are GMT -4. The time now is 18:40. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.