Wei Posted July 9, 2012 Share Posted July 9, 2012 Where I can find this things: #1 #2 #3 #4 and where I can find this scoreboard columns wich race automaticaly adds it ? Link to comment
TwiX! Posted July 9, 2012 Share Posted July 9, 2012 1)race_client.lua 2)base.lua 3)race_client.lua 4)race_server.lua Link to comment
Wei Posted July 9, 2012 Author Share Posted July 9, 2012 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. Link to comment
Wei Posted July 9, 2012 Author Share Posted July 9, 2012 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. Link to comment
Castillo Posted July 9, 2012 Share Posted July 9, 2012 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 Link to comment
Wei Posted July 11, 2012 Author Share Posted July 11, 2012 Where can I find this: #1 #2 Link to comment
Castillo Posted July 11, 2012 Share Posted July 11, 2012 1: "race/rankingboard_client.lua" 2: "race/modes/base.lua" Link to comment
Anderl Posted July 11, 2012 Share Posted July 11, 2012 1: "race/rankingboard_client.lua"2: "race/base.lua" 2: "race/base.lua" Isn't it "race/modes/base.lua"? Link to comment
Castillo Posted July 11, 2012 Share Posted July 11, 2012 Yes, you're right, I've just wake up . Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now