28.03.2013, 21:22
I like the number idea but that is really bad practice to do it in such a direct manner use #define define your jobs then reference them that way.
#define JOB_MECHANIC 1
#define JOB_GUNDEALER 2
#define JOB_DRUGDEALER 3
#define JOB_MECHANIC 1
#define JOB_GUNDEALER 2
#define JOB_DRUGDEALER 3