24.07.2013, 11:37
Bom dia, criei esse comando:
mas nao funciona, o comboio nao anda, e tambem ja usei o SetVehicleVelocity e nao funciona, alguma que me ajude por favor :$
Cumps.
Код:
new metrosf; public OnGameModeInit() metrosf = CreateVehicle(449, -2006.6005, 208.4270, 27.8504, 0.0000, 6, 6, 60); public OnPlayerCommandText(playerid, cmdtext[]) { } if (strcmp("/metrospeed0", cmdtext, true, 10) == 0) { SetVehicleAngularVelocity(metrosf, 200.0, 0.0, 0.0); return 1; } if (strcmp("/metrospeed1", cmdtext, true, 10) == 0) { SetVehicleAngularVelocity(metrosf, 0.0, 200.0, 0.0); return 1; } return 0;
Cumps.