Jump to content

[Resuelto] Client (createVehicle) no se puede entrar - [vD]


Recommended Posts

[ 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-Side
    2. Como en Client-Side

Edited by Guest
Link to comment
  • MTA Team
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
'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 xD

Link to comment
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...