UserToDelete Posted July 2, 2014 Share Posted July 2, 2014 (edited) [ vDscript Build 195 ] El problema que tengo, es que hice un panel con todos los coches de MTA y al crearlos, todo bien, hasta que llega el momento en el que pulso la "F" para subirme en el coche pero no pasa nada esta hecho desde client-side function seleccionFunc () pc = guiGridListGetItemText(panelcoche, guiGridListGetSelectedItem (panelcoche), 1) if source == pSelec then if pc == "infernus" then id = 411 playerx, playery, playerz = getElementPosition(localPlayer) id411 = createVehicle(id, playerx + 2, playery, playerz + 1) PD: No tira ningun error: 1. Tanto en Server-Side2. Como en Client-Side Edited July 2, 2014 by Guest Link to comment
MTA Team 0xCiBeR Posted July 2, 2014 MTA Team Share Posted July 2, 2014 · Hidden Hidden 'createVehicle' Client-Side no permite ingresar a ese vehículo ya que no esta sincronizado. Note: Vehicles (and other elements) created client-side are only seen by the client that created them, aren't synced and players cannot enter them. They are essentially for display only. Link to comment
UserToDelete Posted July 2, 2014 Author Share Posted July 2, 2014 'createVehicle' Client-Side no permite ingresar a ese vehículo ya que no esta sincronizado.Note: Vehicles (and other elements) created client-side are only seen by the client that created them, aren't synced and players cannot enter them. They are essentially for display only. Muy util la informacion!!, como siempre, CiBeR es el dios de MTA y todo lo sabe* (*) El autor no esta seguro de lo mencionado Link to comment
Recommended Posts