11-04-2009, 07:31 AM
Hmmm, I went through and added all of this to the newest Mirage, and found a few errors. For starters:
is causing a packet malfunction (Hack attempt), if you don't have it equipped. If I just do it: Than it works just fine. Someone know what's going on?
Code:
If GetPlayerInvItemNum(Index, GetPlayerEquipmentSlot(Index, Weapon)) = FishRod Then
Code:
If GetPlayerEquipmentSlot(Index, Weapon) = FishRod Then