I dont mean to double post, but I also have another problem - I get this error in my amxx error log : "Run time error 5: memory access "
The line it refers to in the error log is just a
Code:
return PLUGIN_CONTINUE
Im not the most experienced coder and Im the first to admit that, but I dont know what this means beyond the obvious - am I trying to access something that doesnt exist, or the task that is calling this is no longer present (remove_task called somewhere too early?) or something else Im missing?