Jump to content

Questions Race


MrXz

Recommended Posts

Hi, this post is to know where this was shown in the image and if you can script what is shown would greatly appreciate they are :D

Do not know how you call that, if you could tell where it is located and if you can the script ;)

mta-screen_2012-01-11_18-47-08.png

And this is the end .. either do not know how you call this, in the end the car stops and get the message, where is this? and if the script can ^ ^!

mta-screen_2012-01-11_18-47-25.png

AD : I'm new to all that is script, so you do not know where are located the things I need ... eventually learn:)

Link to comment

Yo,

I see in your picture "eF Clan" and i see in your profile "eF Clan" ^^

I think it's your server & your clan.

I think too, you have copy these rankingboard and nextmap message.

The rankingboard are located in rankingboard.lua & rankingboard_client.lua

The nextmap message are located in mods/base.lua

  
  
function RaceMode.endMap() 
    if stateAllowsPostFinish() then 
        gotoState('PostFinish') 
        local text = g_GameOptions.randommaps and 'Next map starts in:' or 'Vote for next map starts in:' 
        Countdown.create(5, RaceMode.startNextMapSelect, text, 255, 255, 255, 0.6, 2.5 ):start() 
        triggerEvent('onPostFinish', g_Root) 
    end 
end 
  

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