Quote:
Originally Posted by Alb0
I have the 6.0.5 DEV version running at the moment.
|
The latest Dev build?
Quote:
|
How would I go about adding a task to the plugin?
|
set_task
Quote:
Originally Posted by .Dare Devil.
there's no needs for task.
just put this somewhere in your plugin
PHP Code:
public plugin_init() server_cmd("amx_reloadadmins")
|
AMXBans doesn't like initializing itself twice, so you have to delay it until it has already initialized before you reload it.
__________________