[compiling error]: undefined symbol "set_user_health"
What's wrong?! compiling error says:undefined symbol "set_user_health" |
Re: [compiling error]: undefined symbol "set_user_health"
You need to "#include <fun.inc>".And if next time these errors occur again you just go to http://www.amxmodx.org/funcwiki.php
|
Re: [compiling error]: undefined symbol "set_user_health"
#include <fun>
|
Re: [compiling error]: undefined symbol "set_user_health"
like this:
#include <amxmodx> #include <amxmisc> #include <fun> |
Re: [compiling error]: undefined symbol "set_user_health"
well anyway after i added that the compiler says:
unmatched closing brace |
Re: [compiling error]: undefined symbol "set_user_health"
Ok i realized what i did wrong on the part where it says;
unmatched closing brace i add the extra closing brace at the end: } return PLUGIN_HANDLED ----> }} <---- the extra 1. thnx on the help guys. |
Re: [compiling error]: undefined symbol "set_user_health"
PHP Code:
you should put the code in between "" in order to let the code indent |
Re: [compiling error]: undefined symbol "set_user_health"
oops,when i said "" i mean <php></php> and change < to [ ,> to]
|
Re: [compiling error]: undefined symbol "set_user_health"
or <small></small> (of course using [small] and not <small>)
|
Re: [compiling error]: undefined symbol "set_user_health"
What's up with the Japenese?
|
| All times are GMT -4. The time now is 04:58. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.