Hello
I make a menu but I don't find the code to take some money of a player
I know
I have that for exemple and I would like to take 2000 when the player choose this option
Code:
case 4:
{
fm_give_item(id, "weapon_hegrenade")
fm_give_item(id, "weapon_smokegrenade")
fm_give_item(id, "weapon_flashbang")
fm_give_item(id, "weapon_flashbang")
}
Thank you
__________________