undefined symbol "amxclient_cmd"
Sorry if this is a little low effort, but I'm new to this and can't find whats wrong.
I've got this little script: PHP Code:
PHP Code:
[1]: <https://www.amxmodx.org/api/amxmodx/amxclient_cmd> |
Re: undefined symbol "amxclient_cmd"
client_cmd
|
Re: undefined symbol "amxclient_cmd"
That was it, many thanks :)
|
Re: undefined symbol "amxclient_cmd"
Your issue is that you're using an old version of AMX Mod X. amxclient_cmd() is new in AMX Mod X 1.9.0. If you can update your server to use 1.9.0, you should prefer to use engclient_cmd() or amxclient_cmd() over client_cmd() whenever possible.
|
| All times are GMT -4. The time now is 15:40. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.