mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-18 15:17:23 +08:00
fix(Toxic): Bounty event didn't use amount argument
This commit is contained in:
parent
dcbdb616cd
commit
1f8b57c290
@ -35,7 +35,7 @@ namespace big::toxic
|
|||||||
0, // doesn't matter of we set this to something else, the TRIGGER_SCRIPT_EVENT routine will set it to our player id anyways
|
0, // doesn't matter of we set this to something else, the TRIGGER_SCRIPT_EVENT routine will set it to our player id anyways
|
||||||
target,
|
target,
|
||||||
0, // set by player or NPC?
|
0, // set by player or NPC?
|
||||||
10000,
|
amount,
|
||||||
0, 1, 0, 0, 0, 0, 0, 0,
|
0, 1, 0, 0, 0, 0, 0, 0,
|
||||||
0, 0, 0, 0, 0, 0, 0,
|
0, 0, 0, 0, 0, 0, 0,
|
||||||
*script_global(1921036).at(9).as<int*>(),
|
*script_global(1921036).at(9).as<int*>(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user