Jump to content

Skarbonke

Members
  • Posts

    57
  • Joined

  • Last visited

Everything posted by Skarbonke

  1. visą foruma dar čia surašyk xdd
  2. maybe in the meta add the file, idk if it would help, but u never know
  3. Nemanau kad čia duos kažką for free, visgi Lietuva is poor country.
  4. lol, i fixed it, but when the gate opens- my game crashes, why is it?
  5. hmm, the gate is here, but it isn't moving, why? local tempCol = createColSphere ( -2696.5, -1.3999999761581, 3.2999999523163, 10.0 ) ourGate = createObject (980, -2696.6999511719, -1.7000000476837, 6.0999999046326, 0, 0, 90) -- change x,y,z to the gate co-ordinates, change rX,rY,rZ to the gate rotation co-ordinates. and for sure change objectIDOrTheGateID to the gate ID. ourColShape = createColCircle (-2696.5, -1.3999999761581, 3.2999999523163, 10.0) -- change x,y,z to the x,y,z of the ColCirle function opendagate() moveObject (ourGate, 2000, -2696.6999511719, -13.2, 6.0999999046326) -- change x,y,z to co-ordinates of the gate after moving. and timeInMili seconds to time which the gate will open. for ex: 1000 : the gate will open after a second when the player hit the colShape. end addEventHandler("onColShapeHit", ourColShape, opendagate) function closedagate() moveObject (ourGate, 2000, -2696.6999511719, -1.7000000476837, 6.0999999046326) -- change x,y,z to co-ordinates of the gate normal position of the gate to close it. and timeInMili seconds to time which the gate will close. for ex: 1000 : the gate will close after a second when the player leave the colShape. end addEventHandler("onColShapeLeave", ourColShape, closedagate)
  6. So hello guys, I'm back, and I have a plan to start a freeroam server, but first I need to know everything about sripting, so any tips of your own mistakes or only tips, I have things that i need help with scripting, cuz I'm newbie at these things, lol, btw it's mta scripting, anyways, if you're interested to help me, write some tips down below :3My to do list:Gang systemGood pvp and syncGun shopsVip systemGang basesgang gateszones-turfslevels/expdroping crates, when u kill like 20 players that crate drops some armor and a random weaponKill cam- http://mtasa.lt/index.php/topic,168.0.htmlMy biggest issue was with the tab, when i was in gang i never had a tag and that color that gang has
×
×
  • Create New...