13-08-2008, 04:32 PM
Your MyIndex hasn't been set yet.
Find:
In modHandleData. Underneath it add:
Find:
Code:
MyIndex = Val(Parse(1))
In modHandleData. Underneath it add:
Code:
Select Case GetPlayerClass(myindex)
Case 0 'class 0
frmMirage.Picture = LoadPicture(App.Path & "\gfx\gui\ingame\warrior\ingame.bmp")
Case 1
frmMirage.Picture = LoadPicture(App.Path & "\gfx\gui\ingame\class2\ingame.bmp")
End select
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?