Probably your problem is here:
PHP Code:
owner = pev(entity, pev_owner);
//extend the nade's range
if(!HasSuperNade[owner])
return FMRES_IGNORED;
HasSuperNade[owner] = false;
Note that you did this:
PHP Code:
HasSuperNade[id-1] = true;
Solution?
PHP Code:
HasSuperNade[owner-1]
Edit:
since new bool:HasSuperNade[
33] (in your plugin thread). An easier way it just to remove all the -1 in HasSuperNade[id
-1].
__________________
HDD fried, failed to backup files. Sorry folks, just don't have free time anymore. This is goodbye.