Jump to content

JasperNL=D

Members
  • Posts

    60
  • Joined

  • Last visited

Everything posted by JasperNL=D

  1. Home-System is a new system for MTA, where you can create houses, which other people can buy! This sort of systems you often find in RPG servers, and adds a value to your gamemode! Included: - GUI - Enter the home - Buy the home - Color marker: green is open, red is bought - Sell the home, you get 1/2 of the normal prize ----- https://community.multitheftauto.com/index.php?p= ... ils&id=721 ----- A short introduction to JasperNL=D's Home System! NOTE: DONT FORGET TO UNZIP, you are working with XML files! You can buy homes, sell, and enter, just step in the marker. If it is already bought, you will see a red marker. Else you'll see a green one. When you step in the marker, you get a window, price, owner, and the number of the house you can see here. After you have bought it, nobody, except you, can enter it! When it is for sale, you can enter it, so you can take a look. I hope you'll enjoy it. For the admins: I've added a commnand, for making fast a home! Stand at a position, where you want to make the entrance Use the command /createhouse [interior ID] [dimension] [price] Restart the resource, you have a new home! Warning: with interior ID i mean the house, i've made some standard homes, whose you can use. 0: Johnson house 1: Safe house 1 ... 18: Safe house 18 19: uhm o_o 20: Mad Dogs maison 21: Marco Bristo - LC 22: Atrium Lobby Warning 2: In the script is on line 138 (getElementDimension (thePlayer) ~= 0). This means the interior dimension never can be 0 :'] [FIXED 1.1] -----
  2. Leave name and description blank. The only thing you need to do is setting "scripts" to "gamemodes" and press search, all gamemodes of the community will be in!
  3. I think you forget my last warning, i added it later so it isn't here;) you must login before playing, because i use setAccountData and getAccountData. And webadmin, admin and J-RPG are just examples you only need J-RPG ofcourse
  4. lol J-RPG means Jaspers RPG in this case ^^
  5. My RPG gamemode, I left all unfinished parts so its usable for everybody https://community.multitheftauto.com/ Download link https://community.multitheftauto.com/index.php?p=resources&s=download&resource=599&selectincludes=1 === Text at community === My RPG gamemode. Read help.xml for more. The unfinshed parts aren't included, so you can run it directly. WARNING: start this at last! else it don't works well! WARNING: Before starting this add it to the admin group, it needs admin privileges! WARNING: Don't runs with other save-systems WARNING: If the menu (M) dont works any more, restart resource. (you've started another resource) (By example, you'll start admin, webmap, and J-RPG) WRONG: - Admin - J-RPG - webmap Good: - admin - webmap - J-RPG === HELP.XML === Welcome to JasperNL=D RPG Server =3, have fun =D [-] Rules - No hacks/cheats - No misusing bugs (if they are O_o) - Don't spam - Have fun [-] Fautures - Car Shop - Bank - Clothesshop - Ammunation - Jobs/minigames - Car system - Teleports - AND MUCH MORE! - Modshop (unfinished) [-] Commands - /kill /suicide - kill yourself - /flip - flip your car - /goto [name] - Goto anyone if he have /nogoto enabled AND isn't in hay - /nogoto [enabled/disabled] - set your warp state - More commands are in the shops, read the help when you enter the marker;) === === Please enjoy === minigames === - Police -- When you kill somebody you get a wanted star. - Hay (Copyrights to the original producer) -- The known hay, at the top is a hamburger, you get 7500$! - Kickstart -- Hit points with your sanchez
  6. look at this link https://forum.multitheftauto.com/viewtop ... ac#p272360 It helps me too
  7. JasperNL=D

    job :(

    1. you need a command, so delete addEventHandler 2. my is wrong, it cant like that;) What you say right now is: only the marker can see the marker, and: the marker can see you. use this: function startbus (thePlayer, command ) veh = getPedOccupiedVehicle ( thePlayer ) if (veh == 431) then my = createMarker ( -2196, 324, 34, "cylinder", 3, 255, 255, 0, 70, thePlayer ) outputChatBox ( "#FF0000[bus Companie] #00FF00get to the first station, dont get too late!", thePlayer, 255, 255, 255, true ) end end addCommandHandler("startbus", startbus)
  8. it works, so i don't do anything with it, because else it maybe don't work The topic could be closed moderator thanks for help guys
  9. oh, but everybody must see the blip ^^
  10. AHAA, myBlip = createBlip ( x, y, z, 51, 0, 0, 0, 255, myPlayer ), with myblip let me try
  11. I know, but what must I type at server.lua? i've seen that page alot... but it can't help me realy...
  12. Hi, my question likes stupid, but the MTA wiki can't help me:'( i want a carblip at our car shops, but what must i type. Whats the line what i must type at server.lua? I hope you konw what i means... Greetings, JasperNL=D
×
×
  • Create New...