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 ? Diet with russian vodka, lose 3 days in one week !
TwiX! Posted July 9, 2012 Posted July 9, 2012 1)race_client.lua 2)base.lua 3)race_client.lua 4)race_server.lua - Working on [php/HTML/Mysql/Lua/Java Scripts/Web Design/3D Modeling]
Wei Posted July 9, 2012 Author Posted July 9, 2012 Thanks ! Diet with russian vodka, lose 3 days in one week !
TwiX! Posted July 9, 2012 Posted July 9, 2012 Thanks ! you're welcome - Working on [php/HTML/Mysql/Lua/Java Scripts/Web Design/3D Modeling]
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. Diet with russian vodka, lose 3 days in one week !
Castillo Posted July 9, 2012 Posted July 9, 2012 "race/modes/base.lua" San Andreas Utopia RPG (SAUR) Owner & Developer. Education is the most powerful weapon which you can use to change the world.
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. Diet with russian vodka, lose 3 days in one week !
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 San Andreas Utopia RPG (SAUR) Owner & Developer. Education is the most powerful weapon which you can use to change the world.
Wei Posted July 9, 2012 Author Posted July 9, 2012 thanks !!! Diet with russian vodka, lose 3 days in one week !
Castillo Posted July 9, 2012 Posted July 9, 2012 You're welcome. San Andreas Utopia RPG (SAUR) Owner & Developer. Education is the most powerful weapon which you can use to change the world.
Wei Posted July 11, 2012 Author Posted July 11, 2012 Where can I find this: #1 #2 Diet with russian vodka, lose 3 days in one week !
Castillo Posted July 11, 2012 Posted July 11, 2012 1: "race/rankingboard_client.lua" 2: "race/modes/base.lua" San Andreas Utopia RPG (SAUR) Owner & Developer. Education is the most powerful weapon which you can use to change the world.
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"? "[...] 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
Castillo Posted July 11, 2012 Posted July 11, 2012 Yes, you're right, I've just wake up . San Andreas Utopia RPG (SAUR) Owner & Developer. Education is the most powerful weapon which you can use to change the world.
Wei Posted July 11, 2012 Author Posted July 11, 2012 Thanks. Diet with russian vodka, lose 3 days in one week !
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