Vice City: Multiplayer

VC:MP Discussion => Support => Topic started by: Adrenaline on Sep 27, 2025, 02:35 AM

Title: Rhino bug shoot
Post by: Adrenaline on Sep 27, 2025, 02:35 AM
Shots are not reflected on the other screen, is there a way to solve this?


https://youtu.be/VN9wJalWCx8
Title: Re: Rhino bug shoot
Post by: DewsmokeYT on Sep 27, 2025, 08:07 AM
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.
Title: Re: Rhino bug shoot
Post by: habi2 on Sep 27, 2025, 09:02 AM
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?
Title: Re: Rhino bug shoot
Post by: Eva on Sep 27, 2025, 10:15 AM
But it also doesnt do any damage as far i can see, isnt that the problem?
Title: Re: Rhino bug shoot
Post by: Adrenaline on Sep 27, 2025, 04:43 PM
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.
Title: Re: Rhino bug shoot
Post by: Adrenaline on Sep 27, 2025, 04:44 PM
Quote from: habi2 on Sep 27, 2025, 09:02 AM
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?
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.
Title: Re: Rhino bug shoot
Post by: Eva on Sep 27, 2025, 05:00 PM
You can set this in the xml file
Title: Re: Rhino bug shoot
Post by: (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&)
Title: Re: Rhino bug shoot
Post by: Adrenaline on Sep 27, 2025, 07:52 PM
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