Alternative Way.. -
PHP код:
LessonCar[playerid] = CreateVehicle(410, 1273.175292, -1557.860717, 13.560564, 270.0, 61, 61, 900);
VehicleInfo[LessonCar[playerid]][EVFuel] = 100;
SetPlayerPos(playerid, 1273.175292, -1557.860717, 13.560564);
SetPlayerInterior(playerid, 0);
SetPlayerVirtualWorld(playerid, 0);
Any alternative way to put player in car.. except setting his pos..? cause sometimes it bugs and put player outside the car..
Re: Alternative Way.. -
Re: Alternative Way.. -
in this case.. what the vehicle ID will be.. since it will just create a random vehicle ID..
Re: Alternative Way.. -
Re: Alternative Way.. -