AsYetUntitled / Framework

Altis Life RPG mission framework for Arma 3 originally made by @TAWTonic.
Other
247 stars 310 forks source link

Fix - purchase virtual items with gang money #744

Open RoberioJr opened 3 years ago

RoberioJr commented 3 years ago

Fixed an issue when purchasing virtual items in gang hideouts, where the player could buy items without spending the gang's money.

Resolves #.

Changes proposed in this pull request:

Switch from call to spawn on the action of the button in the dialog code. The "BIS_fnc_GUImessage" function cannot be used in scripts executed with "call".