Jump to content

SuperSkunk

Members
  • Posts

    27
  • Joined

  • Last visited

Everything posted by SuperSkunk

  1. I'm new at all this and I didnt know you could use map editor until yesterday , so I started it up on my windows server and it screwed around with a couple of important scripts so I can't use it. I'm not trying to mke your life difficult but by doing it manually I get to learn how to script along the way.
  2. Could somone help me ? When I use 50p's bank system I would like to see the $ sign on my radar all the time and not just when I am 50metres away from it. Is there a way to do this? Thanks a lot.
  3. Can't anyone help me with the zombie spawns?
  4. It says "open map editor" but I'm not using map ed I'm doing it manually which file do I put the new spawnpoints in? Here: <def name="Zombies"> <element name="Zombie_spawn" friendlyname="Zombie Spawnpoint" icon="edf/zombiespawn.png"> <data name="position" type="coord3d" default="0,0,0" /> <data name="rotation" type="coord3d" default="0,0,0" /> <ped model="0" rotation="!rotation!"/> <object model="1254" posZ="1" rotation="!rotation!"/> </element> </def> ?
  5. I downloaded this zombie script :https://community.multitheftauto.com/index.php?p=resources&s=details&id=347 Now I have read the info page and I can't work out how to set spawnpoints for the zombies instead of having them randomly spawn. Could anyone help me out?
  6. Thanks a lot mate that worked great but one problem , when I walk into the house icon to buy the house the icon is green ( forsale) but when I buy the house the icon stays green and doesn't go blue?
  7. local marker = createMarker (tonumber(x),tonumber(y),tonumber(z),"corona",1,255,0,0,getRootElement()) setElementData (marker,"housenumber",tonumber(number)) else local marker = createMarker (tonumber(x),tonumber(y),tonumber(z),"corona",1,0,255,0,getRootElement()) setElementData (marker,"housenumber",tonumber(number)) end outputDebugString ("House " .. tostring(number) .. " loaded!") end Is there anyway I could change createMarker to createPickup and have the script spawn House icons instead of corona''s?
  8. Wouldn't the make it so they can pick it up? It wouldn't be a marker?
  9. Where would I find the 3D model of the marker?
  10. Ok I'm getting Studio Max now thanks for the tip I'll give it a shot:)
  11. Is it possible to create a different marker? i.e instead of the corona have a marker ressembling a for sale/sold house icon
  12. At the moment I have the corona as the marker but want to change it to the house icon , no not on the mini map but when you go to buy the house you walk into the marker ( corona ) and buy/sell. what other kinds of markers are there? I mean appart from corona,
  13. Hey guys, Today I was playing around with a homesystem and I was wondering if it was possible to change the house markers (Corona) ingame into somthing more attractive like the little green house icon for "for sale" and the red house for "sold" (property_fsale , property_locked) Now I am new to scripting and was wondering if anyone would tell me if this was possible. I found this line in the server.lua, is this the line I should change? local marker = createMarker (tonumber(x),tonumber(y),tonumber(z),"corona",1,255,0,0,getRootElement()) setElementData (marker,"housenumber",tonumber(number)) else local marker = createMarker (tonumber(x),tonumber(y),tonumber(z),"corona",1,0,255,0,getRootElement()) setElementData (marker,"housenumber",tonumber(number)) Or what are the different types of markers ? cylinder,corona..
  14. Hey Well I am knew at this scripting and earlier on I was trying to move an atm to area 51. So I placed in the coords and this is what happened (check link) http://img34.imageshack.us/i/mtasa.jpg/ <bank name="Western Onion ATM #3" ATMInterior="3" > <location posX="253.33" posY="1844.00" posZ="7.74" ATM="true" interior="0" ATMRot="180.0" markerSize="1" /> </bank> Anyone know how I can raise it ?
  15. No its cool I've done it now , No not the map I can do that lol
  16. I didn't answer myself. I know how to find xyz but I need help finding the H/W/D because I can't see it on the admin panel, I'm trying to place a green zone on area 51 and its asking me to put in the coords which I'm doing but I can't seem to find the h/w/d. safecol = createColCuboid ( -213.8536529541, 1875.0391845703, 13.14695930481, 100, 0, 100 ) safeZoneRadar = createRadarArea ( -213.8536529541, 1875.0391845703, 200, 150, 0, 255, 0, 120 )
  17. Where can I find out the height width and depth? I use Admin panel to find out the positions x,y,z but where can I find out the height width and depth? Thanks in advance:)
  18. Bug report: Swat zombies can enter the zone and once a Swat zombie enters the whole hord of zombies just come in + why is the zone so small yet the green marker is massive?
  19. where do you put in the new coordinates? sorry i'm new at this
  20. SuperSkunk

    Freeroam

    Hey guys is there anyway to disable the F1 feature on the freeroam map? Thanks in advance:)
×
×
  • Create New...