Whats wrong with the plugin?
(worng section, sry.)
This plugin dont work for me and i dont know why, or how to fix it. Its for HLDS 1.6 with amxmodx. It should slay AFK players on my server when they havent moved in 20 seconds. Code:
#include <amxmodx> |
Re: Whats wrong with the plugin?
wrong section. move to scripting help.
|
Re: Whats wrong with the plugin?
Moved to Scripting Help.
Also, your topic's title must be descriptive. Fix it before posting again. |
Re: Whats wrong with the plugin?
Replace your check_afk with this one and see if it works.
PHP Code:
|
Re: Whats wrong with the plugin?
new Float:player_origin[3][33]; --> new Float:player_origin[33][3];
if not here pev(id, pev_origin, player_origin[id]); you bug all the plugin PHP Code:
|
Re: Whats wrong with the plugin?
Nothing is working. :(
Is this right? :E Code:
#include <amxmodx> |
Re: Whats wrong with the plugin?
Quote:
|
Re: Whats wrong with the plugin?
I tryied that too, still not working. :(
Code:
#include <amxmodx> |
Re: Whats wrong with the plugin?
Topic locked due to title not being changed.
Feel free to repost it, but make sure you use a descriptive topic title. |
| All times are GMT -4. The time now is 17:03. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.