enum help.
#2

You have to give the enum a name like:

enum drift
{
JOB_NONE,
JOB_TAXI,
}

And this:

new pJob[MAX_PLAYERS];

Should be:

new pJob[MAX_PLAYERS][drift];
Reply


Messages In This Thread
enum help. - by xXitsgodzillaXx - 06.06.2013, 20:10
Re: enum help. - by gtakillerIV - 06.06.2013, 20:14
Re: enum help. - by xXitsgodzillaXx - 06.06.2013, 20:18

Forum Jump:


Users browsing this thread: 2 Guest(s)