View Single Post
Kidev
Veteran Member
Join Date: Jun 2010
Location: France
Old 01-19-2019 , 00:07   Re: PopeLightning - added some fixes
Reply With Quote #46

Try this, here's the culprit ;)
PHP Code:
remove_entity(sparks[posistion][i]) 
=>
PHP Code:
if (is_valid_ent(sparks[posistion][i])) {
    
remove_entity(sparks[posistion][i])

Attached Files
File Type: sma Get Plugin or Get Source (amx_popelightning.sma - 366 views - 19.1 KB)
__________________

Last edited by Kidev; 01-19-2019 at 00:09.
Kidev is offline