View Single Post
Tote
Senior Member
Join Date: Jul 2023
Old 03-14-2024 , 10:22   Re: Dollar Weapon menu
Reply With Quote #2

Hi, you can use function: strip_user_weapons(id) before giving the items to player

For Ex:

strip_user_weapons(id) // it will remove/take off all player weapons
give_item(id, "weapon_knife") // then you will have only knife
Tote is offline