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".
[x] I have tested my changes and corrected any errors found
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".