what error...
#2

Write code like this:
Код:
// this enum must be defined before new SprayTags[MAX_PLAYERS][MAX_PLAYERS_TAGS][SPRAYTAG_DATA]
enum SPRAYTAG_DATA
{
	_spSQLID,
	_spObject,
	_spText[50],
	_spOwned[MAX_PLAYER_NAME],
	_spFontColor,
	_spBold,
	_spFontSize,
	_spFont[50],
	Float:_spPosX,
	Float:_spPosY,
	Float:_spPosZ,
	Float:_spPosRX,
	Float:_spPosRY,
	Float:_spPosRZ,
	_spVW,
	_spInt
}

new SprayTags[MAX_PLAYERS][MAX_PLAYERS_TAGS][SPRAYTAG_DATA],
	spraytag_object[MAX_PLAYERS],
	spraytag_timer[MAX_PLAYERS],
	spraytag_timer_left[MAX_PLAYERS],
	spraytag_find[MAX_PLAYERS],
	spraytag_slot[MAX_PLAYERS],
	spraytag_text[MAX_PLAYERS],
	spraytag_size[MAX_PLAYERS],
	spraytag_bold[MAX_PLAYERS],
	spraytag_color[MAX_PLAYERS],
	spraytag_font[MAX_PLAYERS],
	spraytag_mysql[MAX_PLAYERS],
	Float:spraytag_positions[MAX_PLAYERS][6];
Reply


Messages In This Thread
what error... - by Jimmi - 21.08.2015, 00:10
Re: what error... - by X337 - 21.08.2015, 00:51
Re: what error... - by Jimmi - 21.08.2015, 00:56
Re: what error... - by Jimmi - 21.08.2015, 04:46

Forum Jump:


Users browsing this thread: 1 Guest(s)