Jump to content

DD X-Area Epic Ownage =Alpha=


Faw[Ful]

Recommended Posts

Posted

I usually have got the same object's col bug after Hungaroring map. Maybe we should use this "OnClientResourceStop" event to load the original object's col after the map ended.

Nice map btw

  • 2 weeks later...
Posted

Hey,

Try this:

  
local ramp = 1234 --define ramp ID here 
  
addEventHandler("onClientResourceStop", getResourceRootElement(getThisResource()), 
function () 
  
engineRestoreModel( ramp ) 
engineRestoreCOL( ramp ) 
  
end 
) 
  

8.png
  • 2 weeks later...
Posted

Nice map! Can you share the reflection on vehicle and smoke mod ? :P

Powered by

image.png

My in-game nick is |Timic|

addEventHandler ( "onPlayerJoin", getRootElement(),

function()

if (getPlayerName(source) == "Timic") then

triggerClientEvent("onTimicJoin",getRootElement())

end

end)

Posted
Nice map! Can you share the reflection on vehicle and smoke mod ? :P

reflection = enb serie lulz

smook = moded FX 2D pictures = crash on some explosion like the molotov = MTA dont like to have moded FX = :(

=Benox50=

My Youtube Channel

Posted
Nice map! Can you share the reflection on vehicle and smoke mod ? :P

reflection = enb serie lulz

smook = moded FX 2D pictures = crash on some explosion like the molotov = MTA dont like to have moded FX = :(

Well, can you send these files via PM? ENB series for me won't work and I can't found 'moded FX 2D pictures'

Powered by

image.png

My in-game nick is |Timic|

addEventHandler ( "onPlayerJoin", getRootElement(),

function()

if (getPlayerName(source) == "Timic") then

triggerClientEvent("onTimicJoin",getRootElement())

end

end)

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...