Jump to content

Area no gate


Gabriele01

Recommended Posts

36 minutes ago, nikitafloy said:

hide it model:
id 16094

positions:

191.141, 1870.04, 21.4766

He just wants to remove the gates, not the whole fence. The gates are part of the fence, so "hiding" anything would mean hiding the gates as well as the whole fence, which is not what he wants.

@Gabriele01 You can only accomplish this goal by removing the fence from the actual model using a 3D model editor like 3Ds Max, importing from and exporting to DFF/TXD with Kam's script or something like that.

  • Like 1
Link to comment

Man I'm edited to .col and .dff can you give me codes of client.lua and meta.xml ?

I do that but doesnt work?



function area51map()
    local dff = engineLoadDFF('Dosyalar/object.dff')
    engineReplaceModel(dff,16094)
    local col = engineLoadCOL('Dosyalar/object.col',16094)
    engineReplaceModel(col,16094)
end
addEventHandler('onClientResourceStart',getResourceRootElement(getThisResource()),area51map)

 

  • Like 1
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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