Jump to content

Where


Wei

Recommended Posts

Posted

Where I can find this things:

#1

mta-screen2012-07-0917-2.png

#2

mta-screen2012-07-0917-3.png

#3

mta-screen2012-07-0917-3.png

#4

and where I can find this scoreboard columns wich race automaticaly adds it ?

Diet with russian vodka, lose 3 days in one week !

Posted

1)race_client.lua

2)base.lua

3)race_client.lua

4)race_server.lua

357ac0078264.jpg

- Working on [php/HTML/Mysql/Lua/Java Scripts/Web Design/3D Modeling]

Posted

where is base.lua

and I don't know nothing about race

where I can change that player can respawn. not when player dies he can only spectate.

Diet with russian vodka, lose 3 days in one week !

Posted

"race/modes/base.lua"

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

Posted

Thanks

and I don't know nothing about race

where I can change that player can respawn. not when player dies he can only spectate.

Diet with russian vodka, lose 3 days in one week !

Posted
function getServerMaps ( ) 
    local mapsTable = { } 
    for resourceKey, resourceValue in ipairs ( getResources ( ) ) do 
        local name = getResourceInfo ( resourceValue, "name" ) 
        local type = getResourceInfo ( resourceValue, "type" ) 
        local game = getResourceInfo ( resourceValue, "gamemodes" ) 
        local author = getResourceInfo ( resourceValue, "author" ) 
        if ( type == "map" and game == "race" ) then 
            table.insert ( mapsTable,  
                { 
                    resName = getResourceName ( resourceValue ),  
                    mapName = name,  
                    mapAuthor = author 
                } 
            ) 
        end 
    end 
  
    return mapsTable 
end 

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

Posted

You're welcome.

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

Posted

1: "race/rankingboard_client.lua"

2: "race/modes/base.lua"

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

Posted
1: "race/rankingboard_client.lua"

2: "race/base.lua"

2: "race/base.lua"

Isn't it "race/modes/base.lua"?

"[...] If you don’t love it, if you’re not having fun doing it, you don’t really love it, you’re going to give up." - Steve Jobs, 2007

Posted

Yes, you're right, I've just wake up :P.

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

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