24-10-2008, 01:56 PM
First thing i see is
Why is that a byte when GetPlayerStat returns a long?
Where are you getting this 'index' from?
index again?
Code:
fishness As ByteWhy is that a byte when GetPlayerStat returns a long?
Code:
fishness = Int(GetPlayerStat(index, Stats.canfish))Code:
Call SetPlayerStat(index, Stats.canfish, GetPlayerStat(index, Stats.canfish) - fishness)