11.12.2011, 14:27
hey guys,
i want to make random spawns for my server but now i have this problem.......
this is line 132
and this is the new...
but i can't fix this error.. how to fix this? pls help
i want to make random spawns for my server but now i have this problem.......
Код:
F:\program files\my own drifting gamemode\gamemodes\NYD_Drifting1.pwn(132) : error 033: array must be indexed (variable "StreetracersSpawn")
Код:
StreetracersSpawn = AddPlayerClass(105,1048.4546,1928.2059,10.8203,261.0777,0,0,0,0,0,0);//Streetracers member (1)
Код:
new StreetracersSpawn[][ClassSpawns] = { {-525.0, -502.0, 26.0, 0.0}, {-74.7, -1137.5, 4.5, 0.0} };