09.09.2016, 01:16
Can you replace your code with this one:
If it doesn't work try print out the values of DerbyVehicle[j] and the other variable you use to try and find if you are lacking required information.
Код:
for(new j = 0; j < 20; j++) { if(!IsVehicleOccupied(DerbyVehicle[j])) { PutPlayerInVehicle(i, DerbyVehicle[j], 0); TogglePlayerControllable(i, 0); SendClientMessage(i, -1, ".дщъвшъ мфтймеъ дгшбй йа лелб, 10 щрйеъ ъщъзшш оддчфад"); break; } }