400 B
400 B
Function: RemoveRecipeFromPlayer(player, recipe_id)
Description: Removes the recipe_id from the Player's recipe book.
Parameters:
player
(Spawn) - Spawn object representingplayer
.recipe_id
(uint32) - Integer valuerecipe_id
.
Returns: True if successfully removed from recipe book, otherwise False if unable to remove from recipe book.
Example:
Example Required