18.10.2015, 12:49
їPorque un NPC que tengo trato de ponerlo en un tren y no se pone, queda a pie, y al cambiar el tren por un bus si funciona correctamente?
Tambien probe con:
Gracias por su atenciуn.
pawn Код:
if(!strcmp(nombre, "Gabriel", true)){
PutPlayerInVehicle(playerid, MiPrimerNPCVeh3, 0);
}
ConnectNPC("Gabriel","Tren");
MiPrimerNPCVeh3= AddStaticVehicleEx(570, 1722.4807, -1954.0121, 14.7000, 90.0000, -1, -1, 100);
pawn Код:
MiPrimerNPCVeh3= CreateVehicle(570, 0.0, 0.0, 5.0, 0.0, 3, 3, 5000);
Gracias por su atenciуn.