feat(Drop): Added RP drop
This commit is contained in:
parent
64c984e374
commit
f9bf6def6d
@ -6,6 +6,16 @@ namespace big
|
||||
{
|
||||
if (ImGui::BeginTabItem("Drop"))
|
||||
{
|
||||
if (ImGui::Button("Drop RP"))
|
||||
{
|
||||
QUEUE_JOB_BEGIN_CLAUSE()
|
||||
{
|
||||
Vector3 coords = ENTITY::GET_ENTITY_COORDS(PLAYER::GET_PLAYER_PED_SCRIPT_INDEX(g_selectedPlayer.id), true);
|
||||
|
||||
features::functions::create_ambient_rp(coords);
|
||||
}QUEUE_JOB_END_CLAUSE
|
||||
}
|
||||
|
||||
if (ImGui::Button("Drop Money (!)"))
|
||||
{
|
||||
QUEUE_JOB_BEGIN_CLAUSE()
|
||||
|
Reference in New Issue
Block a user