Problem
#4

DestroyVehicle( C_DATA[ i ][ HouseCar ] ); tells me C_DATA has a enumerator and is defined incorrectly. You should have something like this.

pawn Код:
#undef MAX_PLAYERS
#define MAX_PLAYERS 200

enum C_ENUM {
   HouseCar,
   Kills,
   Deaths
}

new C_DATA[MAX_PLAYERS][C_ENUM];
Reply


Messages In This Thread
Problem - by DAVIDXP - 25.04.2013, 17:42
Re: Problem - by Frede - 25.04.2013, 17:44
Re: Problem - by DAVIDXP - 25.04.2013, 17:51
Re: Problem - by Pottus - 25.04.2013, 17:55
Re: Problem - by DAVIDXP - 25.04.2013, 17:59

Forum Jump:


Users browsing this thread: 3 Guest(s)