who have offset for this function? help plzz18gs
#define GCRecallMonLife ((void(*)(int,int,int))0x??????)
#define gObjAddCallMon ((short(*)()) 0x?????????)
who have offset for this function? help plzz18gs
#define GCRecallMonLife ((void(*)(int,int,int))0x??????)
#define gObjAddCallMon ((short(*)()) 0x?????????)
Use the .map file of the gs.18 to find the offsets of the functions you are looking for :).
#define GCRecallMonLife ((void(*)(int,int,int)) 0x4352B0)
#define gObjAddCallMon ((short(*)()) 0x4d8670)
working :))