Jump to content

Como hago funcionar el script Privatecar en un servidor Dayz


Chaky

Recommended Posts

Hola xD, Te dejo esto que privatiza un vehículo para la cuenta de un jugador.

Server-side:

vehicle = createVehicle( ID, x, y, z, rotacionX, rotacionY, rotacionZ )  
  
    function  privatizar( player, seat, jacked ) 
        if ( source == vehicle ) then 
            local account = getPlayerAccount( player ) 
            local accountName = ( account and getAccountName ( account ) or "" ) 
            if not( accountName == "LOGIN DE LA PERSONA" ) then 
                cancelEvent() 
                outputChatBox("Este vehiculo es solo para la cuenta: asdas ", player, 255, 0, 0, false) 
            else 
                outputChatBox("Bienvenido al vehiculo.", player, 0, 255, 0, false) 
            end 
        end 
    end 
addEventHandler ( "onVehicleStartEnter", getRootElement(), privatizar ) 

Link to comment
Ese gamemode en especifico controla el encendido de los vehículos, haz que al subir a tu vehículo privado se encienda el motor ('setVehicleEngineState').
el script solo me anda con los bus patriots sanchez y eso we el problema es que los tengo que armar pero mne acerco al auto y no me abre el inventario del coche yo quiero realmente hacer funcionar el script con cualquier coche
Link to comment
  • Recently Browsing   0 members

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