27-03-2009, 07:03 PM
Hello, I have a little problem here the player goes on the box to sin, if he did not have bait, there is a bug in the server! :oops:
In this Modplayer :
In this Modplayer :
Code:
Function GetPlayerInvItemNum(ByVal Index As Long, ByVal InvSlot As Long) As Long
GetPlayerInvItemNum = Player(Index).Char(TempPlayer(Index).CharNum).Inv(InvSlot).Num
End Function