This is wrong ( market with the red )
You want to call a task on a person, in a function that is not called on a person, but when the plugin is loaded
What are you trying to do exactly?
Code:
public plugin_init()
{
register_plugin(PLUGIN, VERSION, AUTHOR)
set_task(3000, "slapon3000", id, "", 0, "a", 50)
}
__________________