randomspawn conflicting with each other...
#2

There's something wrong with these defines or vairables:

FREEROAM, POLICE, DEALER

Make sure they have different IDs.

pawn Код:
//Example
#define FREEROAM 1
#define POLICE 2
#define DEALER 3

//Or:
new
      FREEROAM = 1,
      POLICE = 2,
      DEALER = 3
;
And use "if .. else if ... else if.. else" or "case FREEROAM: {} case POLICE: {} .." statements to stay on the safer side.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 4 Guest(s)