Vice City: Multiplayer

VC:MP Discussion => Bugs and Crashes => Support => Closed Bug Reports => Topic started by: Sebastian on May 24, 2017, 10:14 AM

Title: [BUG?] GUI Button crashes
Post by: Sebastian on May 24, 2017, 10:14 AM
Description
Once you set a button to be removed when clicked/pressed, will return a crash message.
(not crashing the game, but only sending the msg in chat)

Reproducible
Always
Title: Re: [BUG?] GUI Button crashes
Post by: EK.IceFlake on May 24, 2017, 11:16 AM
A workaround for this would be to use ElementRelease, not ElementClicked or ElementPressed.
Title: Re: [BUG?] GUI Button crashes
Post by: Sebastian on May 24, 2017, 07:21 PM
Quote from: EK.IceFlake on May 24, 2017, 11:16 AMA workaround for this would be to use ElementRelease, not ElementClicked or ElementPressed.

Works like a charm!