ERROR: symbol already defined "get_players"
I'm confused on why when i try to compile this i get an error saying "symbol already defined 'get_players'".
Code:
im new to amx so be nice to me :wink: |
you must be trying to do that outside of any other function, you cannot run another function from the global space or it thinks you are trying to define it, it has to be inside of a function.
|
Here's a basic plugin with get_players():
Code:
See if you can figure it out. ;) |
hey thanks to both of u for the help :D
|
| All times are GMT -4. The time now is 16:45. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.