Doesnt compile
Hey forum members, got this thing and it doesnt compile can you help me fix this problem? :stupid:
Code:
#include <amxmodx> |
Re: Doesnt compile
The compiler says it itself - Undefined symbol "show_menu_team". Looks like you haven't put that function anywhere in your code and the compiler can't find it.
|
Re: Doesnt compile
so i need to remove this?
show_menu_team(id) |
Re: Doesnt compile
It all depend of what are you trying to do? I can see this is not the whole code. You can share the whole, so we can see it and help you. Otherwise remove that sixth function from the menu and make it with only 5. But as I can see, the sixth function is a team choose. So you can easily hook client_cmd chooseteam and make the player choose a team.
|
Re: Doesnt compile
Idk its the whole code i think i took it from https://forums.alliedmods.net/showthread.php?t=228667, or maybie you could code something like this? it would be helpfull.
|
Re: Doesnt compile
PHP Code:
|
Re: Doesnt compile
Check:
Code:
/* Plugin generated by AMXX-Studio */ |
Re: Doesnt compile
if this plugin for JB better to switch 2 team Terro + Spec
PHP Code:
|
Re: Doesnt compile
Thanks guys, but non of them worked when i press M(chooseteam) the menu doest show. :(
|
Re: Doesnt compile
Quote:
|
| All times are GMT -4. The time now is 09:48. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.