03.09.2014, 23:26
You have 3 new enum.. You can make this filterscript little bit shorter.. like this with one enum:
enum PlaceInfo { interior, Float:X, Float:Y, Float:Z, PlaceName[ 128 + 1 ] }
new PlaceData[ ][ PlaceInfo ] = {
{ 0, +321321, -23111, 23222, "asd text" },
{ ... } };
enum PlaceInfo { interior, Float:X, Float:Y, Float:Z, PlaceName[ 128 + 1 ] }
new PlaceData[ ][ PlaceInfo ] = {
{ 0, +321321, -23111, 23222, "asd text" },
{ ... } };