Original
function ai_character_exit(e)
PlayCharacterSound(e,"onDeath")
CollisionOff(e)
end
Destroy Ok
function ai_character_exit(e)
PlayCharacterSound(e,"onDeath")
CollisionOff(e)
Destroy(e)
end
Destroy with delay (not work)
local delay = 1500
function ai_character_exit(e)
PlayCharacterSound(e,"onDeath")
CollisionOff(e)
delay(e)
Destroy(e)
end
Use a few days GG, and lua do not understand anything. help
My Pc Specs : Win10pro64bit /Msi z97 / i74770k / gtx1070 / 16gb ram / SSD 850Evo