Przejdź do głównej zawartości

RemovePlayerWeapon

warning

This function was added in omp v1.1.0.2612 and will not work in earlier versions!

Description

Remove a specified weapon from a player.

NameDescription
playeridThe ID of the player whose weapon to remove.
WEAPON:weaponidThe ID of the weapon to remove.

Returns

true - The function was executed successfully.

false - The function failed to execute. This means the player is not connected.

Examples

RemovePlayerWeapon(playerid, WEAPON_DEAGLE); // Remove the Desert-Eagle from the player