Jump to content
Mr. Green Gaming

BinSlayer

Greens
  • Posts

    1394
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by BinSlayer

  1. Yeah that's what I meant.. If you want to copy the wrecked car for all players use this: (dont use the other scripts, delete them and use this one!) http://pastebin.com/raw.php?i=Tj0dWa8s change the explosion type to whatever you want. (the '0' you know) and when you see this line: obj[k]=createObject(10831,xx,yy,zz-1) change 10831 to the ID of the wrecked car (i dont know it) 'zz-1' is the position height of the wrecked car.. so change it like zz+1 or zz or anything like that if u wanna change a bit the height where the wrecked car spawns
  2. try this: addEvent('onRaceStateChanging', true) addEventHandler('onRaceStateChanging', getRootElement(), function(newstate, oldstate) if newstate == 'Running' then for i,j in ipairs(getElementsByType('player')) do x,y,z = getElementLocation(j) createExplosion( x, y, z, 0) end end end ) DO NOT change x,y,z this time Just use this script exactly as it is.. And note something: Make 40 spawnpoints! otherwise there will be 2 or more explosions created in the same place and this could be big enough to kill the players What this should do is create an explosion for each player I think the explosion is now created exactly in the vehicle.. so i'm not sure how that will work out. If you don't like it, change a bit the 'y' and make it y+1 or something like that
  3. edit: do you want to actually make an explosion for each spawn?
  4. what's wrong with this one?
  5. Nop, you can't use that line.. because the script I gave you is server-side you'd need a client-side one for that argument to work.. so do you actually die/explode when this script runs?
  6. it's fixed now.. the server only needed a restart and it got restarted earlier today
  7. uploaded that shooting thing is very accurate it killed me a bunch of times
  8. no i dont think it is.. it is possible to put a command for it, but why do you even want this? it should happen on every map start that requires it
  9. Go here: http://www.xoti.net/stuff/uploads/explosion_c94e.lua Save everything as explosion.lua Put explosion.lua in your map archive. Open meta.xml and add this before the </meta> : <script src="explosion.lua" /> Make sure you read the script.. I added some information there Have fun mapping
  10. Ywa that's so wonderful news I understand the english in films better written than spoken
  11. uploaded
  12. This map is just awesome Races like this are really fun (and challenging). You should make a map-series with Funtastic Voyages all around san andreas xD Nice job.
  13. You can try the following: Download this: http://nightly.mtasa.com/mtasa-1.0.4-rc-2036-20101021.exe Install it. Then: Download this: http://mtasa-resources.googlecode.com/files/mtasa-resources-r643.zip replace all resources in MTA folder/server/mods/deathmatch/resources/ with the ones in the archive. I think you need to delete everything in your folder before copying the ones in the archive. Btw, before you do this, save your map somewhere else Then put it back in the resources folder and try to see if it works :S If this won't fix it either, then try MTA 1.0.3(install it SOMEWHERE ELSE) http://www.4shared.com/file/192773315/9de98680/MTASA-103.html Either the latest MTA (first solution) or the old MTA (second solution) should do the work.. or at least these were my only ideas.
  14. We don't really have a rule against ramming and people that drive the wrong way, but there is a rule that says "Don't be a retard" . So every admin judges given situations on the fly.. Some kick them, others blow them, others don't do anything. Hackers do get banned on sight and they never get a second chance (by us) Now personally, I don't remember seeing you. I don't know, you could just be a quiet player or something, but you seem to have put a lot of effort in your application so that means you're well determined. I would advise you to get "mIRC" and join us at #mrgreen and #mrgreen.mta in the irc.gtanet.com server and get known by the other community members. I wish you good luck
  15. uploaded
  16. I just want to see how many maps there is. over 950, we're closing up on 1000
  17. map is bugged - makes late joiners have a 10-15 fps - crashes people often old version is still up suggestion: leave the old version because it doesnt lag, but make the checkpoints available for cops too, so that they can get their ghostmode disabled at the 5th CP so they can ram the robbers.. Then make a script that if player's team is the COPS team, then the onPlayerFinish() event gets cancelled with cancelEvent() , so cops can't win, only robbers but cops can take all checkpoints except the last checkpoint (which helps because they will be out of ghostmode)
  18. uploaded
  19. uploaded
  20. uploaded
  21. While being ingame, press console button (f8) type 'maps' a list will pop-up, but it's not the full list
  22. last map is very bugged and you cant see anything or where you are going.. having a black sky doesnt help much with the visibility either
  23. not when you fall in water for no reason, it isn't
  24. the start is the worse start you could have made xD fix it or leave it
  25. make ur own topic then, where you would also post your future maps @ manhunt
×
×
  • Create New...