Jump to content
Mr. Green Gaming

Lukkie

Members
  • Posts

    542
  • Joined

  • Last visited

Everything posted by Lukkie

  1. Sam n max are stupid And I dont like the way of how they get customers
  2. Ive joined a hacked server 4 times BOOORRIIING
  3. Lukkie

    ETF2L

    Yeah thats the only problem for me as well
  4. Lukkie

    ETF2L

    LINK So ETF2L is organizing a team fortress 2 tournament. Everyone who joins in gets a medal. Ofcourse the tournament is for fun as well So my question is: Is there anyone here who wants to team up with me?
  5. NeO You really lagg, retard
  6. I hate mw2 knifers
  7. As already posted on the mta forums, nice tutorial; but I finally had my script working a few hours earlier than this topic
  8. Worked; thanks Im working on a marker in wich you get a vehicle weapon
  9. The problem is, I deleted my moving objects because of this script.. function BeweegEen() myGate = createObject ( 11292, -4517.195313, -2318.044678, 462.413910, 0.000000, 0.000000, 0.000000 ) moveIt() end addEventHandler ( "onResourceStart", getResourceRootElement ( getThisResource () ), BeweegEen ) function moveIt () moveObject ( myGate, 6000, -4489.911621, -2269.242920, 455.263397, 0.000000, 0.000000, 0.000000 ) setTimer ( moveBack, 4000, 1 ) end function moveBack () moveObject ( myGate, 6000, -4517.195313, -2318.044678, 462.413910, 0.000000, 0.000000, 0.000000 ) setTimer (moveIt, 4000, 1 ) end function BeweegTwee() myPoort = createObject ( 3458, -4528.239746, -2326.831055, 449.295074, -3.141592, 0.000000, 0.000000 ) movePoort() end addEventHandler ( "onResourceStart", getResourceRootElement ( getThisResource () ), BeweegTwee ) function movePoort () moveObject ( myPoort, 6000, -4528.239746, -2324.831055, 469.820068, 0.000000, 0.000000, 0.000000 ) setTimer ( movepoortBack, 4000, 1 ) end function movepoortBack () moveObject ( myPoort, 6000, -4528.239746, -2326.831055, 449.295074, 0.000000, 0.000000, 0.000000 ) setTimer (movePoort, 4000, 1 ) end
  10. Can someone unbug my map? The objects wont spawn :l Do I also have to place them in my .map if im using createObject? race-strangersv2-lukkie.zip
  11. Yup its a dm map, but the objects arent rotating yet. Im working on a new script, I added a second type of speedboosts, wich multiplies your speed with 0.5 That actually is useful if you dont want people to go to a high platform
  12. I tested it in a server; I dont really like the objects I rotated but my speedboosts are working properly
  13. Most of them? I think that it are all ".zip"s, and in each zip is a mapfile and a meta.xml file. Yup, but I sometimes get an error saying that it failed loading the meta.xml I checked it and they have a meta.xml :l race-strangersv2-lukkie.zip Here is my map if someone is willing to test it
  14. Fix doesnt solve it. btw, is it right that most of the maps in server/mods/deathmatch/resources are .zip?
  15. Try to test your scripts on your own server, and this patch for the map editor: http://forums.left4g...dpost__p__32618 Script looks okay for me, but I'd let the moveObject start onResourceStart so that the objects moving will be synced to everyone I think that patch won't work but I'll give it a try. EDIT: No download O_O? And won't onClientResourceStart be better? Because it starts for players who joined after the resource has started.
  16. Bumpediebump If I try testing my map, it always says: Error loading map editor_test
  17. I came on setTimer as well so is this a good script? function ClientStarted () setSkyGradient( 255, 0, 0, 255, 0, 0) end function ObjectsRotateStart () moveObject(rotate1, 10000, -4475.867188, -2251.131836, 494.547363, 0, 180, 0) moveObject(rotate2, 10000, -4475.867188, -2251.131836, 494.547363, 0, 180, 0) end setTimer(ObjectsRotateStart, 10000, 0) addEventHandler( "onClientResourceStart", getResourceRootElement(getThisResource()), ClientStarted ) addEventHandler( "onClientResourceStart", getResourceRootElement(getThisResource()), ObjectsRotateStart ) 2 objects(Rotate1 and rotate2) will be continuously rotating and complete 1 rotation in 20 seconds, right?
  18. Hey I'm editing an old map but I want to move some objects. I already know how the moveObject function works, but I want it to return after an X amount of time.
  19. Dont use belgiums pride as a joke I am completely sorry. I do not mean to make fun of Belgium's outstanding national historic symbol for mass-peeing on train tracks, at least that's what I've seen Flemish people do. Np, Brussels has 2 languages (Dutch & French) We'd better make the Dutch part a country because the French part eats all our money..
  20. Dont use belgiums pride as a joke
  21. If i "join game" a server with the new map gamemodes it says that there are no servers running it
  22. Daniek, Welcome Cloning normally means that you simply add a spawnpoint of the same model. Its just the editor that lets you spawn in the first checkpoint. An older version of the editor ( in MTA race 1.1.1) spawned you on a random place and thats why im not sure about it, but I think cloning is allright. I think mta saves maps in MODS DEATHMATCH RESOURCES
×
×
  • Create New...