31-03-2009, 04:19 AM
What's the error?
Try this
Try this
Matt Wrote:Bug, seems small, but it's a big thing with this system.
Find:
Code:If GetPlayerEquipmentSlot(Index, Weapon) = FishRod Then
Replace with:
Code:If GetPlayerInvItemNum(Index, GetPlayerEquipmentSlot(Index, Weapon)) = FishRod Then