Shots are not reflected on the other screen, is there a way to solve this?
https://youtu.be/VN9wJalWCx8
How are you doing this? I have a command called nuke that does the same thing but all over the map to mimic bomb explosions. If you PM me on Discord I can send you my code, since it shows on all players' screens. It's probably something simple.
Quote from: Adrenaline on Sep 27, 2025, 02:35 AMShots are not reflected on the other screen, is there a way to solve this?
https://youtu.be/VN9wJalWCx8
Is that white object on video a custom tank?
But it also doesnt do any damage as far i can see, isnt that the problem?
Quote from: DewsmokeYT on Sep 27, 2025, 08:07 AMHow are you doing this? I have a command called nuke that does the same thing but all over the map to mimic bomb explosions. If you PM me on Discord I can send you my code, since it shows on all players' screens. It's probably something simple.
Thanks, I'll write to you on Discord.
Quote from: habi2 on Sep 27, 2025, 09:02 AMQuote from: Adrenaline on Sep 27, 2025, 02:35 AMShots are not reflected on the other screen, is there a way to solve this?
https://youtu.be/VN9wJalWCx8
Is that white object on video a custom tank?
Yes, it's a custom tank
Quote from: Eva on Sep 27, 2025, 10:15 AMBut it also doesnt do any damage as far i can see, isnt that the problem?
correct, the shots are not visible and it does no damage either.
You can set this in the xml file
@Adrenaline if that's done via ( CreateExplosion ) function, then check the parameters, you may have added it for the shooter only, or if this is a custom tank like the one we get via 'Panzer' then check File settings.
Take a glance at this function, it works for all players in my server
(https://cdn.discordapp.com/attachments/1421221151870423111/1421543867345272942/image.png?ex=68d96b64&is=68d819e4&hm=7f7380726d585a551585bafe1ffea9a14798dc0f6bce0a30374b6f9104b442d6&)
Quote from: (vG)DesTroYeR^ on Sep 27, 2025, 05:06 PM@Adrenaline if that's done via ( CreateExplosion ) function, then check the parameters, you may have added it for the shooter only, or if this is a custom tank like the one we get via 'Panzer' then check File settings.
Take a glance at this function, it works for all players in my server
(https://cdn.discordapp.com/attachments/1421221151870423111/1421543867345272942/image.png?ex=68d96b64&is=68d819e4&hm=7f7380726d585a551585bafe1ffea9a14798dc0f6bce0a30374b6f9104b442d6&)
I'll try it and tell you tyy