AttachTrailerToVehicle ES

From SA-MP Wiki

Jump to: navigation, search


Descripción:

Adjunta un vehículo a otro vehículo como un remolque.


Image:32px-Ambox_warning_orange.png

Nota

Esta función solo funcionará si los dos vehículos están cerca de un jugador (fíjate en IsVehicleStreamedIn ES).


Parámetros:
(trailerid, vehicleid)
traileridLa ID del vehículo remolcado.
vehicleidLa ID del vehículo que va a tirar del remolque.


Return Values:

Esta función siempre retorna 1, aunque los vehículos no sean validos.


new vehicleid = CreateVehicle(...);
new trailerid = CreateVehicle(...);
 
AttachTrailerToVehicle(trailerid, vehicleid);

Funciones relacionadas

Las siguientes funciones pueden ser útiles, ya que éstas están relacionadas con esta función de alguna u otra manera.

Personal tools
Navigation
Toolbox
In other languages