16.12.2016, 20:10
What the hell is coming here? HELP ME Plesae![Huh?](images/smilies/confused.gif)
I Got 4 erros for I put like this
The Codes ... I'm putting this Checkpoints at public OnGameModeInit()
![Huh?](images/smilies/confused.gif)
I Got 4 erros for I put like this
Код:
error 033: array must be indexed (variable "Checkpoint") error 033: array must be indexed (variable "Checkpoint1") error 033: array must be indexed (variable "Checkpoint2") error 033: array must be indexed (variable "Checkpoint3") new Checkpoint [MAX_PLAYERS]; new Checkpoint1 [MAX_PLAYERS]; new Checkpoint2 [MAX_PLAYERS]; new Checkpoint3 [MAX_PLAYERS];
PHP код:
Checkpoint = CreateDynamicCP(1332.2339,1254.7034,10.8203, 3, -1, -1, -1, 100);
Checkpoint1 = CreateDynamicCP(283.1432,2054.5105,17.6406, 3, -1, -1, -1, 100);
Checkpoint2 = CreateDynamicCP(2297.7004,2473.8352,3.2734, 3, -1, -1, -1, 100);
Checkpoint3 = CreateDynamicCP(1746.8922,2066.1594,10.8203, 3, -1, -1, -1, 100);