11.01.2012, 14:06
Hey there! I am making a script but I need somehelp on defining something
I have
new pJob[MAX_PLAYERS];
And the defines are:
#define pJob_1
#define pJob_2
Now this all works.
I also setted someones job to job 1 with a command.
Now I need:
if(*player job is pJob_1*)
How to make that last part?
I have
new pJob[MAX_PLAYERS];
And the defines are:
#define pJob_1
#define pJob_2
Now this all works.
I also setted someones job to job 1 with a command.
Now I need:
if(*player job is pJob_1*)
How to make that last part?