Jump to content

razvan2299

Members
  • Posts

    111
  • Joined

  • Last visited

Everything posted by razvan2299

  1. Hi. So I've recently got this resource(https://www.youtube.com/watch?v=QGX5wfGgUdk,http://www.gtaturk.com/forum/multi-theft-auto/(in-game)-mod-loader-v1-0/). I've put also the resource "download" and "SDT_GUI", gave them admin rights. In the F9 menu, when I want to apply a mod,I download it and when I click "apply", it says "dis-apply", but the car just changes its skin to the original one, namely, nothing changes. I've tried to follow those instructions, but turkish is not my mainly language. And also, I've added a new ACL group for "download" resource: <group name="acl_Download"> <acl name="Default"></acl> <acl name="autoAcl_download"></acl> <object name="resource.download"></object> </group> <acl name="autoAcl_download"> <right name="general.ModifyOtherObjects" access="true"></right> </acl> (copy-pasted it in acl). So can I please get some help?
  2. So I made the following binds for : Z-Uses command /seatbelt C-Uses command /cc X-Uses command /togwindow G-Uses /handbrake Client Side: addEventHandler( "onClientResourceStart", resourceRoot, function( ) bindKey( "G", "down", "handbrake" ) end ) addEventHandler( "onClientResourceStart", resourceRoot, function( ) bindKey( "c", "down", "cc" ) end ) addEventHandler( "onClientResourceStart", resourceRoot, function( ) bindKey( "x", "down", "togwindows" ) end ) addEventHandler( "onClientResourceStart", resourceRoot, function( ) bindKey( "z", "down", "seatbelt" ) end ) Meta: <meta> <info author="Daniel" type="script" name="Binds" description="Binds" /> <script src="c_binds.lua" /> </meta> But this still doesn't work..Any help?
  3. Well, I see that you did for reload, I'd like you(if you can/know) to make one for /seatbelt, as an example. Thanks.
  4. Hi! So I'd like to make a bind resource that whenever I press : Z-Uses command /seatbelt C-Uses command /cc X-Uses command /togwindow G-Uses /handbrake Any help?
  5. And where am I supposed to put this condition?In which file? And how is the hedit command defined?
  6. Hi! So I'd like to make this resource https://community.multitheftauto.com/index.php?p=resources&s=details&id=3716 available only for admins. I know it must be done with getACLgroup. Right?
  7. So I've downloaded this map http://www.mediafire.com/download/ctb3z00x3m79sqy/pershing+by+Sparrow.pwn, which is a .pwn file. I tried converting it to .map, but some objects we're not there, and some of them we're not removed, which should be. This is the video : , and this is how it looks for me : http://postimg.org/image/9g2zwjp2b/ , http://postimg.org/image/3qmrc8iw3/ . Any help?
  8. No error. The image under nametag doesnt appear..
  9. Hmm, well I don't know if he's using this Valhalla script. He gave me only a file and told me that file is all I need. Once I got in the server and it was looking like paradise roleplay. I'm not 100% sure. And when you said"friend", think you meant that it's me. Well, it's not. I don't have the knowledges to do a db for a rp server..
  10. The code's not working . I don't know what to do anymore even a nice guy gave me a start for a code, but I didnt knew how to continue it..Any explination why it's not working?
  11. I did my own. I posted it on the top of the topic. I don't know if it's working. I don't either it's correctly writen.
  12. This is why I made the third report. I can't continue Tosfera's script. So I tried to modify the GM one for admins..
  13. OMG someone responds finally. So the code will have to show underneeth the nametag a img:http://postimg.org/image/l8vio9crl/; like GM's have http://postimg.org/image/51fb5tj0b/ . Thanks
  14. HUE HUE nobody's responding here
  15. So I've added this code for my friend's RP server. The thing is that only the GM had an image under their nametag. I've put the adm_on in the right folder. This is what I've got and I wanna find out if it works... local isGM = getElementData(player,"account:gmduty") if isGM then dxDrawImage(sx-offset+xpos,oldsy,picxsize,picysize,"images/hud/gm.png") xpos = xpos + picxsize end local isAdmin = getElementData(player,"account:adminduty") if isAdmin then dxDrawImage(sx-offset+xpos,oldsy,picxsize,picysize,"images/hud/adm_on.png") xpos = xpos + picxsize end
  16. Thank you guys . Usefull topic. All of you said:"go and learn scripting". What if I'm gonna tell you that I'm suffering from something that doesn't give me the opportunity to learn something that difficult? Would you give a shit? Nah. Now ehat if I told you I tried to continue a code that a nice guy helped me to start with it but I failed? Again 0 shits given.
  17. Yeah, as I said, I'm a noob at scripting. I suck. I don't know nothing. What/how am I supposed to continue that code? Thanks..
  18. Well, I don't think it's a mistake. I tried to impress my friend because he's always that best guy. Yeah, you're right, you dont have a reason to do it. I came here just to ask for a some help. I think it's not such a big and hard resource for you, but for me is.. Thanks..
  19. No, no, I don't even own a server. A friend of mine asked me to do this thing and I said I can do it but it looks like I don't.
×
×
  • Create New...