Trying to figure out how to give a ped a weapon in a callout I tried to follow the github code for the mugging callout and then it is telling me that .GiveNewWeapon doesn't exist.
Aggressor.GiveNewWeapon("WEAPON_COMBATPISTOL", 500, true);
Disregard Just had to add .inventory after Aggressor