GGTTPO100AJIEX_YT Posted September 4, 2020 Posted September 4, 2020 Hello! I have `mp.game.fire.addExplosion(pos.x, pos.y, pos.z + 0.5, 59, 0, true, false, 1);` in the client-side, but when it runs, nothing happens, no explosion appear. What is the problem, how to fix it?
Davidchecker Posted September 8, 2020 Posted September 8, 2020 Show us the whole section so we can help you better. Did you do this in a loop?
GGTTPO100AJIEX_YT Posted September 13, 2020 Author Posted September 13, 2020 On 9/8/2020 at 1:21 PM, Davidchecker said: Show us the whole section so we can help you better. Did you do this in a loop? No, do I have to? function explodeBombClient(pos) { mp.game.fire.addExplosion(pos.x, pos.y, pos.z + 0.5, 59, 0, true, false, 1); }
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now