Ka3ax Posted January 19, 2013 Share Posted January 19, 2013 Hello, I'm new to mta and I like to remove the yellow things and put the red things on the place of the yellow thing http://i48.tinypic.com/359dzzm.jpg Where I can find the lua scripts for that in the resource folder? Link to comment
Castillo Posted January 20, 2013 Share Posted January 20, 2013 These two things are on "race/race_client.lua" if I'm right. Link to comment
Ka3ax Posted January 20, 2013 Author Share Posted January 20, 2013 These two things are on "race/race_client.lua" if I'm right. oh yeah, right! See it now. It is in the Line 22-25 in the race_client.lua Looks good, like I wanted: http://i46.tinypic.com/izvqcl.jpg THX btw. what does the client download, when I get on a server? Link to comment
myonlake Posted January 20, 2013 Share Posted January 20, 2013 These two things are on "race/race_client.lua" if I'm right. oh yeah, right! See it now. It is in the Line 22-25 in the race_client.lua Looks good, like I wanted: http://i46.tinypic.com/izvqcl.jpg THX btw. what does the client download, when I get on a server? It downloads all client-sided scripts, fonts and images - basically everything related to the client-side stuff. You can find them from here: MTA San Andreas 1.3\mods\deathmatch\resources Link to comment
Ka3ax Posted January 20, 2013 Author Share Posted January 20, 2013 (edited) These two things are on "race/race_client.lua" if I'm right. oh yeah, right! See it now. It is in the Line 22-25 in the race_client.lua Looks good, like I wanted: http://i46.tinypic.com/izvqcl.jpg THX btw. what does the client download, when I get on a server? It downloads all client-sided scripts, fonts and images - basically everything related to the client-side stuff. You can find them from here: MTA San Andreas 1.3\mods\deathmatch\resources All different Things between Server and Client? Because the Downloads file is only some Kb huge. I ask, because it is maby better to write an New resource that is only 2-3Kb Big then the Race_client.lua with his 20Kb. Can I overwrite only some functions of the race_client.lau in a separate file? Edited January 20, 2013 by Guest Link to comment
Castillo Posted January 20, 2013 Share Posted January 20, 2013 I don't really understand your question. Link to comment
Ka3ax Posted January 20, 2013 Author Share Posted January 20, 2013 I don't really understand your question. race_client.lua is 47Kb big. So the user have to download it becouse the Server has a modified file and MTA-Client does not have it, right?! Can I make my own file like "my_mods.lua" and overwrite only some lines or funcions of race_client.lua. So the client have to download only few Kb. Link to comment
Castillo Posted January 20, 2013 Share Posted January 20, 2013 I don't see the problem of downloading some kb. Link to comment
Ka3ax Posted January 20, 2013 Author Share Posted January 20, 2013 I don't see the problem of downloading some kb. ofcourse are 47Kb not big. But with all modifications I saw that new clients have already about 500Kb to download. With some more modifications are there some Mb and one year later are there hundret of Mbs So I like to do that already to day then one year later. Where I can see the files, that the client download? Link to comment
Castillo Posted January 20, 2013 Share Posted January 20, 2013 MTA San Andreas 1.3\mods\deathmatch\resources Link to comment
Ka3ax Posted January 20, 2013 Author Share Posted January 20, 2013 MTA San Andreas 1.3\mods\deathmatch\resources I mean where store the client the files, that was downloaded from the server. Link to comment
Castillo Posted January 20, 2013 Share Posted January 20, 2013 I already told you where they are stored. 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