Wei Posted July 9, 2012 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 ?
TwiX! Posted July 9, 2012 Posted July 9, 2012 1)race_client.lua 2)base.lua 3)race_client.lua 4)race_server.lua
Wei Posted July 9, 2012 Author 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.
Wei Posted July 9, 2012 Author 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.
Castillo Posted July 9, 2012 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
Castillo Posted July 11, 2012 Posted July 11, 2012 1: "race/rankingboard_client.lua" 2: "race/modes/base.lua"
Anderl Posted July 11, 2012 Posted July 11, 2012 1: "race/rankingboard_client.lua"2: "race/base.lua" 2: "race/base.lua" Isn't it "race/modes/base.lua"?
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