help
Iv got my options readt and set, i got from an friend and its ;
the
sentence is the ask
typedef struct
{
int folder1; <-- Here i have to replace folder1 in to EG. Playerhacks what i have in my base.
int folder2;
}tCats;
typedef struct
{
int item1; <-- Here i have to replace item1 into eg CH_STAMINA?
int item2;
int item3;
int item4;
}tItems;
tCats Folders; <---- What does this ?
tItems Items; <---- What does this ?
Realy thanks if you helped me!!