Jump to content
Mr. Green Gaming

BinSlayer

Greens
  • Posts

    1394
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by BinSlayer

  1. Yeah, why on earth would you want to do something that would improve lots of maps for the benefit of ALL players as opposed to leaving it as it is which only benefits experienced players with fast PCs?If anyone is lazy, it's you - although personally, I wouldn't put it down to laziness, more you being a childishly narcissistic prick! As for "veni, vidi, vici" - lolwut!? i don't think you know what that means, look it up you bell-end. Fine. I was willing to help you with your problems(ghostmode checkpoint requests), but now I will just ignore you. It's easy for me.. You want something from me, I don't want anything from you. Have a good life.
  2. I'm not gonna script a command for you just because you're too lazy to type here.. Want any map's gm checkpoint changed? Post here... If not, veni, vidi, vici
  3. awesome car mod/skin the files are Okay map uploaded
  4. Since you created this topic, suggest here on what maps you would want the GM Checkpoint to change. I may be able to help you then.
  5. BinSlayer

    My map

    uploaded
  6. I like barrels. It's just that I don't like barrels at the start of a map considering there's 40 chances (maxplayers) it'll be blown up .. and 30 players blowing up at the same time kinda kills the fun of racing EDIT: Again, you left some barrels there.. Don't worry, I'm still waiting
  7. no you didnt liar there are still barrels after the first turn.. and they've always been there
  8. Not uploaded yet Please get rid of the barrels at the start of the map. They will break the fun when playing with 40 players Also, the map is not spacious enough, so I'll require ghostmode of it
  9. uploaded with gm on Please stick to 1 topic where u post all ur maps
  10. Making Csena's script easier.. Use this code Multiplier = 1.75 -- Change this to adjust how much boost you get, you can use decimals. function SpeedBoost (player) if player ~= getLocalPlayer() then return end if getElementType(player) == "player" then if isPedInVehicle ( player ) then local car = getPedOccupiedVehicle(player) if getVehicleController(car) == player then speedx, speedy, speedz = getElementVelocity ( car ) -- get the velocity of the player speedcnx = (speedx*Multiplier) speedcny = (speedy*Multiplier) speedcnz = (speedz*Multiplier) setElementVelocity ( car, speedcnx, speedcny,speedcnz ) fixVehicle(car) -- fixes the vehicle addVehicleUpgrade(car, 1010) -- adds nitro playSoundFrontEnd(46) end end end end addEventHandler ( "onClientMarkerHit", getRootElement(), SpeedBoost ) Save everything as speed.lua Put speed.lua in map archive (near the meta and .map) Open meta.xml and add this line <script src="speed.lua" type="client" /> --just like music But the reason why I'm saying this script is easier is because you don't have to manually add the markers (like Csena's script), but instead.. You have to open the map in the map editor and add markers (it should be in the list, next to checkpoints and spawnpoints) Notice: When you save the map with the editor it is possible that the meta.xml will fuckup, so double check everything. Riiight, and the "MULTIPLIER" line in the code can be adjusted to your needs. Don't put too high values It's ok to have numbers between 1.2 and 1.8 or so have fun
  11. uploaded awesome map
  12. What's the point of the tournament? Is it winning greencoins? You can win lots of greencoins without this tournament as well :/ I dont really see its use PS: I know this is a method for other servers to gather more players (by holding events), but this is not the case for us since we're 40/40 all the time
  13. oh , it's the same map? I already uploaded that one in the other topic I uploaded it with full gm tho
  14. upped
  15. upped
  16. Do you want it to go off at cp5 ? Because I noticed you said 3 or 4.
  17. Yeah that is so right... Keep on debating about the n-word, people.. Yeah, this is the right place to debate on.. How about I require all of you to script now ? Since you love this topic apparently When I created this topic, I wanted that if someone asked ingame for a script I could point them to this topic and they could read all the posts and choose what scripts they liked the most.. What will that someone see now? :/ Your personal thoughts/opinions about the n-word . Thanks for spamming my topic
  18. Even with NASA PC you'll still have lag GTA:SA wasn't designed for what it is being used
  19. Next time follow the proper way of packing a map. Map uploaded
  20. Weird bug happend while testing the map in the server Everything went red around CP 20 I'm guessing it's because of the custom weather you probably used
  21. Well, we should get more feedback from the players before we start implementing features
×
×
  • Create New...