error 017: undefined symbol "get_user_maxhealth"
When i try to compile a ZPA 1.6.1 plugin i made using the ready-to-use examples in "examples" folder, i get the following error:
error 017: undefined symbol "get_user_maxhealth" This is the code segment the error comes from: Code:
public zp_player_killed(victim, killer, weapon) |
Re: error 017: undefined symbol "get_user_maxhealth"
If this is the original code for a working plugin, that function would either be defined in the plugin itself or one of it's custom include files. So, it sounds like you don't have either the original complete plugin source code or you don't have the correct include files.
The closest reference I could find was zp_get_user_maxhealth() in this post. P.S. This better not be another ChatGPT thing . . . |
| All times are GMT -4. The time now is 10:24. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.