24-02-2009, 08:01 PM
Bug, seems small, but it's a big thing with this system.
Find:
Replace with:
Find:
Code:
If GetPlayerEquipmentSlot(Index, Weapon) = FishRod Then
Replace with:
Code:
If GetPlayerInvItemNum(Index, GetPlayerEquipmentSlot(Index, Weapon)) = FishRod Then