05.05.2011, 19:31
ohh that, but I don't understand this line
I need to set in this zeros my coordinates?
Код:
SpawnInfo[][SpawnInfos] = { {0.0, 0.0, 0.0, 0.0,}, //For the zeros please add correct values to make the player spawn correctly later {0.0, 0.0, 0.0, 0.0,}, {0.0, 0.0, 0.0, 0.0,}, {0.0, 0.0, 0.0, 0.0,}, //You can add here more if you want.. {0.0, 0.0, 0.0, 0.0,}//<-- Important! In the last 1D array you shouldn't add the comma there excepted you want to add more 1D arrays. };