Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×
Jetrise

AddEventHandlerIssues

Recommended Posts

Hello All,

 

I keep getting this error with my medical system:

12:21:13 Error in expression <player addEventHandler ["HandleDamage", MedSys_F_DamageHandler];

[] spawn MedSy>
12:21:13   Error position: <MedSys_F_DamageHandler];

[] spawn MedSy>
12:21:13   Error Undefined variable in expression: medsys_f_damagehandler
12:21:13 File mpmissions\__cur_mp.Tanoa\Medical System\MedSys_Controller.sqf, line 33

Has anyone got an idea into this?

 

Thanks,

 

Jetrise.

Share this post


Link to post
Share on other sites

Well like the error says, MedSys_F_DamageHandler is not defined.

Make sure you setup your functions the right way.

Share this post


Link to post
Share on other sites

Already fixed! After some testing, it came down to a Config issue, you can check it out here if you are interested.

Share this post


Link to post
Share on other sites

×