10.06.2011, 13:16 
	
	
	
		Hello, I am wanting to add all the Gas Station Coords in to one "new" function but I cannot get it to work.
That is my "new" function.
And this is where the error is occurring.
	
	
	
	
pawn Код:
new const Float:GasStations[1][3] =
{
{1939.4261, -1767.0397, 13.3828}
};
pawn Код:
CreateDynamic3DTextLabel("Gas Station\nRefuel Spot", COLOR_RED, GasStations[0], GasStations[1], GasStations[2], 100, 0, 0, 0, 0, 0, 0, 10.0);

