What are THOOOOSE
#1

Код:
error 052: multi-dimensional arrays must be fully initialized
Код:
new GZone[MAX_GANG_ZONES][__zoneInfo] =
{
	{{-2010.468017, 835.596069, -1890.468017, 931.596069}, {-1979.951538, 882.668945, 45.203125}},
	{{-1461.562500, -224.193298, -1213.562500, -8.193290}, {-1326.793090, -113.037841, 14.148437}},
	{{-2683.191406, 140.280532, -2563.191406, 268.280517}, {-2613.484130, 203.175033, 4.739866}},
	{{-2693.258789, 1321.876708, -2533.258789, 1465.876708}, {-2626.436279, 1365.055664, 7.086853}},
	{{-2789.775634, 311.090301, -2605.775634, 439.090301}, {-2696.391113, 378.596984, 4.374998}},
	{{-2089.952148, -115.997756, -2001.952148, 36.002246}, {-2068.896728, -3.998784, 35.340000}},
	{{-1672.704223, 7.394767, -1512.704223, 167.394775}, {-1589.698120, 75.215591, 3.554687}},
	{{-2523.148193, 716.738586, -2387.148193, 804.738586}, {-2442.796630, 740.018737, 35.015625}}
};
This is that code, Moreover, the number of line this shows error at is the last closing brace and semi-colon.
Код:
enum __zoneInfo
{
	Float:gzonePos[4],
	Float:gzoneCPPos[3],
	gZone,
	gzoneCP,
	Text3D:gzoneTitle,
	gzoneStatus,
	gzoneLocked,
	gzoneTime,
	gzoneAttack,
	gzoneOwner
}
This is the enum, just in case.

Код:
 warning 208: function with tag result used before definition, forcing reparse
 warning 208: function with tag result used before definition, forcing reparse
warning 219: local variable "using_deprecated_foreach_syntax" shadows a variable at a preceding level
Any ideas what the 3 above warning want to indicate?
Reply


Messages In This Thread
What are THOOOOSE - by Ritzy2K - 10.05.2016, 12:59
Re: What are THOOOOSE - by Ritzy2K - 10.05.2016, 13:03
Re: What are THOOOOSE - by Dayrion - 10.05.2016, 13:18
Re: What are THOOOOSE - by Ritzy2K - 10.05.2016, 13:23
Re: What are THOOOOSE - by Dayrion - 10.05.2016, 13:27
Re: What are THOOOOSE - by iggy1 - 10.05.2016, 13:31
Re: What are THOOOOSE - by Dayrion - 10.05.2016, 13:33
Re: What are THOOOOSE - by Konstantinos - 10.05.2016, 13:33
Re: What are THOOOOSE - by VVWVV - 10.05.2016, 13:33
Re: What are THOOOOSE - by Crayder - 10.05.2016, 13:43

Forum Jump:


Users browsing this thread: 1 Guest(s)