GGTTPO100AJIEX_YT 0 Posted September 4, 2020 Share 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? Link to post Share on other sites
Davidchecker 0 Posted September 8, 2020 Share Posted September 8, 2020 Show us the whole section so we can help you better. Did you do this in a loop? Link to post Share on other sites
GGTTPO100AJIEX_YT 0 Posted September 13, 2020 Author Share 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); } Link to post Share on other sites
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