17.04.2015, 21:12
PHP код:
DestroyVehicle(vehcompra[playerid]);
vehcompra[playerid] = CreateVehicle(483, 1463, -1716.09, 28.8, 0, 0, 1, 60);
PutPlayerInVehicle(playerid, vehcompra[playerid], 0);
SetVehicleNumberPlate(vehcompra[playerid], string);
E eu jб usei um comando semelhante a esse e funcionou corretamente que foi esse abaixo:
PHP код:
DestroyVehicle(carro[playerid]);
DestroyVehicle(carroevent[playerid]);
carro[playerid]= CreateVehicle(strval(tmp), x, y, z + 5, 82.2873, 0, 1, 60);
PutPlayerInVehicle(playerid, carro[playerid], 0);