
RoadRageRR
Members-
Posts
28 -
Joined
-
Last visited
Everything posted by RoadRageRR
-
[REL] ACL Permission Manager 1.0 [Security update !]
RoadRageRR replied to Sora's topic in Resources
I love this concept, but for the life of me, i cannot get it to work.. i have tested it with the "Refresh all" command and i can refresh the resources... i can NOT get it to pull up the GUI... (i do indeed have the resource started) thanks in advance! -
Ok, so I found a cool helicopter and it has 2 .ddf's (1 with the landing gear in and 1 with landing gear out), and I was wondering what else I need to change the texture of it in mid game/flight... I have this so far.... Thanks!
-
bump? I don't think this should be hard, I just need a couple more lines I think... Thanks!
-
Is it possible to change the amount of seats in certain vehicles like the AT-400? That would be great! Thanks!
-
Thank you all, but I don't need this anymore because I found the resource "glue2" and it works better than what I was trying to do... Thanks anyways... you guys rock!
-
Thank you very much! This helped a lot!
-
Ok, so I have looked around the forums and I have found a suitable code to attach a vehicle to a marker. My question is: I have a custom textured andromada replacement and I am wondering how to find the coordinates inside the cargohold to put the marker to attach the car to. I am a novice when it comes to this, so any help would be great!
-
Ok, so some of us have put custom vehicles into the game (I replaced the androm with a c-130). I was wondering if someone could make a script to attach a vehicle to the plane (in the cargo-hold) so we could transport them... I would if I knew what I was doing... Thanks!
-
Ok thanks, but I am in need of just a little more assistance... I am not sure how to bind keys... I know just enough to get errors... How do I make an alternating key? (I.E. when I press it once it changes the texture, and when I press it again it changes back) Thanks! skinchange.lua local textureIn = 1 local textureOut = 0 function setTexture( key ) if key == "0" then if textureOut == 0 then textureOut = textureOut + 1 textureIn = textureIn - 1 dff = engineLoadDFF ( "geardown/hunter.dff", 425 ) engineReplaceModel ( dff, 425 ) -->make texture change... end elseif key == "9" then if textureIn == 0 then textureIn = playerGear + 1 textureOut = playerGear - 1 dff = engineLoadDFF ( "gearup/hunter.dff", 425 ) engineReplaceModel ( dff, 425 ) --->make texture change... end end end bindKey( "0", "up", setTexture ) bindKey( "9", "up", setTexture )
-
this is ready to put into a mta server, https://www.dropbox.com/s/gus17s7gk2gj4td/panamera.rar but are you fixing the texture for it or using as an example? because I have a LOT of cars that do this and you couldn't fix all of them...
-
so, how would I specify the plane and the car? Would it be last vehicle entered?
-
Hey, I'm hosting a server.. non public (idc what you do on it because I'm am not trying to have a public thing going [i.e. do whatever you want I don't take this :~ seriously]) basically me and my friends play on it (we're 17 not 12 don't worry) and we thought it would be a good Idea to let other people join. We do have a teamspeak if you want to talk. We have about 90mb of mods because we changed a bunch of cars, and if you want us to, we can install one of your choice (again I honestly don't care)... IP for the server: rrts.dyndns.info IP for TS: rrts.dyndns.info Low lag for my friends (but we live within 15mi) and I wouldn't imagine it would be too bad of lag even if you were far. Hop on if you like (pw is "12345" real original...... )
-
Ok, so I found a cool helicopter and it has 2 .ddf's (1 with the landing gear in and 1 with landing gear out), and I was wondering if it is possible to change the texture of it in mid game/flight? (all I need is the command line) I have this so far.... local textureIn = 1 local textureOut = 0 function setTexture( key ) if key == "0" then if textureOut == 0 then textureOut = textureOut + 1 textureIn = textureIn - 1 -->make texture change... end elseif key == "9" then if textureIn == 0 then textureIn = playerGear + 1 textureOut = playerGear - 1 --->make texture change... end end end What would I need to fill in the comment lines?
-
Ok, is there a script to do that already? I checked and there wasn't... If not, how would I go about starting it?
-
Ok, I understand we are all playing (and enjoying!) a slightly primitive game and there is only so much we can change about it, but it seems as if there is a primitive collision system in the game, and I was wondering if there was a script that fixed it or updated it... My example: I downloaded a MASSIVE plane to go in place of the andromada complete with closing hatch... the problem is that when I go to fly the plane, the cars inside it collide with the back of the plane and cause the plane to explode... I'm not exactly sure if this can be fixed or not... if not, its still a fantastic game otherwise... Thanks!
-
Hey, thanks man! Works like a charm! Im sorry for the trouble, but this is why I love this community, because you guys are very good and like to help! Have a nice day!
-
Basically I use the clean car resource (https://community.multitheftauto.com/?p=resources ... ls&id=6359) and it works great for stock cars that are already in the game, but when I replace cars in the game with new cars, the car wash mod doesn't clean them... It kinda gets annoying having a nice car but you cant get it clean... Picture of what I'm talking about: http://imgur.com/OYGOL1D (This already went through the car wash and the resource didnt change its texture...)
-
If it will clean a mod car (one that I modded into the server), then definitely !!!!!!
-
Thank you very much you are a great person!
-
ok, that helped a little... i now have this: <meta> <script src="client.lua" type="client" /> addEventHandler ( "onClientResourceStart", getResourceRootElement(getThisResource()), function() exports.customblips:createCustomBlip ( 1911, -1776, 45, 45, "icon.png") end </meta> where do I go from here? What do i need to put in my lua file?
-
Ok I read it, but I am still at a loss.... I am clueless man.. I have 1 yr java and 3 mos javascript which this resembles but I still have no Idea what Im doing.... you guys just seem to know it or something haha... Im still at a loss on how to set it as client, even though I read that section about it, it didnt give any examples... sorry for the trouble...
-
Look, Im not very good with XML... ive tried and I am NOT able to make an xml file...I have dreamweaver but every time I try I fail, I understand the mechanics, but to actually put this puzzle piece with that just doesnt click with me... could I get a section of sample code? I can totally substitute file names and all that jazz, but I always end up screwing it up if I try. I dont feel that it would be that hard, but I am stuck on even where to begin... is pretty much all I got so far... Thanks!
-
Hey guys, do you all know a solution for this? I use this script: https://community.multitheftauto.com/?p=resources ... ls&id=6359 and it cleans your car. It works great for stock cars, but when i add modded cars, it doesnt clean them... is there a way to make them clean? A value to change? A script to get? Any help would be great... Thanks!
-
Ok, I appreciate that, and i just added some to it, but I have the pedestrian script and it kinda lags, is there a way to make a script that bundles them so when i want to use it I type: "start resourcebundle" and it loads like 4 resources?
-
Hey guys, since I joined last night you all have been nothing but help! but now im looking for a script (I havnt found one yet) that can, say, bundle resources together and load them all at the same time like a loader. I saw one thread but it basically pointed me to the Meta.xml functions and I am REALLY shaky with coding XML (1 yr java is all i have). So my question is if you could provide a sample code or preexisting script, that would be great! I also understand that you all arent out to just give people stuff rather than throw them a bone here and there, but any help on this topic would be AWESOME!