28.01.2017, 18:26
Hello hai, i'm making a little TDM Script, and was making random spawn for the both of teams but got error, and didn't find solution so i came to samp forums because it might help me
here is the code:
And the Error:
Thanks in advance guys
here is the code:
PHP код:
new Float:CopsRandomSpawns[4][3] =
{
{231.2603,161.5262,1003.0234},
{294.6489,183.2269,1007.1719},
{275.9243,182.4573,1007.1719}
Line 87 >>};
new Float:RacersRandomSpawns[4][3] =
{
{2630.0979,1824.9392,11.0234},
{2630.3567,1716.6747,11.0234},
{2597.3518,1897.6078,11.0312}
Line - 95 >>};
PHP код:
C:\Users\Admin\Desktop\SAMP - Releases\samp037_svr_R2-1-1_win32 (1)\gamemodes\TDM.pwn(87) : error 052: multi-dimensional arrays must be fully initialized
C:\Users\Admin\Desktop\SAMP - Releases\samp037_svr_R2-1-1_win32 (1)\gamemodes\TDM.pwn(95) : error 052: multi-dimensional arrays must be fully initialized