Jump to content

Slammer

Members
  • Posts

    21
  • Joined

  • Last visited

Everything posted by Slammer

  1. Thanks very much! It worked.
  2. It's the first time I installed it on this laptop. Downloaded GTA SA then downloaded MTA from the official website. I tried re installing MTA and didn't work. It's the first time I installed it on this laptop. Downloaded GTA SA then downloaded MTA from the official website. I tried re installing MTA and didn't work.
  3. Every time I try to run MTA I get this error, I am using administrator user and still get the error. --------------------------- MTA: San Andreas (CTRL+C to copy) --------------------------- Failed to load: 'C:\Program Files (x86)\MTA San Andreas 1.5\mta\loader.dll' Error 5: Access is denied. Do you want to see some on-line help about this problem ? --------------------------- Yes No --------------------------- Here is my result at MTA Diag https://pastebin.mtasa.com/190447381 Please help!
  4. Yes single player mode is fully functional, but can you tell me which files should I download at the driver pages.. Do I download one file or all of the files? Sorry I am not that experienced with these things.
  5. @ccw help please I am suffering from this problem for too long now.................
  6. When I open MTA I get a black screen, when I use MTADiag I get this http://pastebin.mtasa.com/333294391 Help please.
  7. Cool is there any forums or anything that we could contact at?
  8. Slammer

    Server list spam

    Your server is UNC not UNG, I am using my own scripts my own stuff please don't be rude, I am the hoster I have the rights to keep my server that I am the 'hoster of' and I choose the name I own it not you. You don't have the rights to close my server.
  9. Slammer

    Server list spam

    I own the server not you, so I offered you to join as owner but you messed up your mistake not mine, also btw wrong place to report.
  10. No one else will apply for this contest? EDIT: nvm closed!
  11. I will just give it out for free! We'll the requirement is that 1. you know how to script as advanced as me and maybe my friend xXMADEXx, so I could be sure that the server will not be abandoned....... 2. You must have a forum for your server to be able to communicate. 3. Must not be a retard ( lol ) More rules might be added soon Server info: -35 slots -unlimited band width. -hosted by pyrohosting.net
  12. I finished my police system but I don't know how to make their wanted level decrease I made it but it lagged badly I think it didn't work may some one help me?
  13. Help me how to make speakers only work at specific zones?
  14. Thanks very much worked perfectly
  15. How to make this script give you random ammo? -- You can add more locations -- {x, y, z} local mbag = { {2422.3,-2261.6,16}, {1758.9,-2767.9,1.7}, {2493.3,-951.8,82.25}, {815.7,-1108.2,25.8}, {390.9,-2054.3,13.8}, {-719.05,-1938.8,8.35}, {-625.7,-2249.5,23.05}, {-1812.3,-168.5,18.2}, {-2659.5,1528.05,54.79}, {-1733.76,194.75,3.6}, {-2535.5,40.15,8.5}, {-1804.85,558.45,35.15}, {-752.6,-131.6,65.8}, } function createBag() local random = math.random ( #mbag ) local x, y, z = mbag[random][1], mbag[random][2], mbag[random][3] bag = createPickup( x, y, z, 3, 1550 ) setElementCollisionsEnabled( bag, false ) bl = createBlipAttachedTo(bag,37) outputChatBox( "A Mystery Bag has Spawned get it First", root, 0, 255, 0 ) end addEventHandler("onResourceStart", resourceRoot,createBag) addEventHandler("onPickupHit",root, function ( player ) if ( source ~= bag ) then return end if ( isPedInVehicle( player ) ) then return end destroyElement( bag ) destroyElement( bl ) randomMoney = math.random ( 10000, 100000 ) randomArmor = math.random( 100, 100 ) givePlayerMoney(player,randomMoney) setPedArmor ( player, getPedArmor(player) + randomArmor ) outputChatBox("You find $" .. tostring(randomMoney) .." and ".. tostring(randomArmor) .."% Armor", player, 0, 250, 0) setTimer( createBag, 90000, 1 ) end )
  16. Good job do you have a forum yet?
  17. Me to this host is pretty good go give it a shot why not?
  18. I mean how to make a command special only for admins can do it?
  19. You guys know the community script of/go staff? Any ways how to make it only admins can use /go staff ?
×
×
  • Create New...