25-02-2009, 05:35 PM
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
I've typed that in wrong so many times. I've learnt to check for it now.
Quote:Robin:
Why aren't maps and shit loaded up in a dynamic array?
Jacob:
the 4 people that know how are lazy
Robin:
Who are those 4 people?
Jacob:
um
you, me, and 2 others?