Jump to content

Twisted

Members
  • Posts

    165
  • Joined

  • Last visited

Everything posted by Twisted

  1. Twisted

    Teleports

    Hi Kenix the script works but i get pushed under ground any ideas what i should do?
  2. Twisted

    Teleports

    Sorry for the bump but how could i make it so cars teleport with you? At the moment it only works when your outside a vehicle if anyone can help me then thanks --Twisted
  3. Twisted

    Teleports

    It works thanks castillo topic can be closed
  4. Twisted

    Teleports

    Hello all i was wondering if you can help me fix something. I'm not getting errors just what ever Teleport i click inside the Grid list it teleports to the same place GUIEditor_Window = {} GUIEditor_Button = {} GUIEditor_Memo = {} GUIEditor_Grid = {} GUIEditor_Window[1] = guiCreateWindow(0.2884,0.2591,0.3909,0.6536,"Teleporter by Twisted",true) guiSetVisible(GUIEditor_Window[1],false) showCursor(false) GUIEditor_Grid[1] = guiCreateGridList(0.0562,0.1116,0.6161,0.8167,true,GUIEditor_Window[1]) guiGridListSetSelectionMode(GUIEditor_Grid[1],2) guiGridListAddColumn(GUIEditor_Grid[1],"Teleports",0.5) GUIEditor_Button[1] = guiCreateButton(0.6854,0.8327,0.2884,0.0916,"Close",true,GUIEditor_Window[1]) guiSetProperty(GUIEditor_Button[1],"NormalTextColor","FF00FF00") GUIEditor_Memo[1] = guiCreateMemo(0.6985,0.1355,0.2659,0.6713,"This teleporter script was made by Twisted and should not be shared without concent Copyrighted(C) Double click the Teleporter u wish to Travel too \"{SMILIES_PATH}/icon_smile.gif\" alt=\"\" title=\"Smile\" /> ",true,GUIEditor_Window[1]) guiMemoSetReadOnly(GUIEditor_Memo[1],true) function open() if (guiGetVisible(GUIEditor_Window[1],true)) then guiSetVisible(GUIEditor_Window[1],false) showCursor(false) else guiSetVisible(GUIEditor_Window[1],true) showCursor(true) end end bindKey("F4","down",open) function close() if (source == GUIEditor_Button[1]) then guiSetVisible(GUIEditor_Window[1],false) showCursor(false) end end addEventHandler("onClientGUIClick",getRootElement(),close) function addTeleports() guiGridListClear(GUIEditor_Grid[1]) if (guiGetVisible(GUIEditor_Window[1]) == true) then local file = xmlLoadFile("Teleports.xml") if file then for i,v in ipairs(xmlNodeGetChildren(file)) do local name = xmlNodeGetAttribute(v,"name") local row = guiGridListAddRow(GUIEditor_Grid[1]) guiGridListSetItemText (GUIEditor_Grid[1], row, 1, tostring(name), false, true) end end end end addEventHandler ("onClientRender",getRootElement() , addTeleports) function teleport() local file = xmlLoadFile("Teleports.xml") if file then for i,v in ipairs(xmlNodeGetChildren(file)) do local poX = xmlNodeGetAttribute(v,"posX") local poY = xmlNodeGetAttribute(v,"posY") local poZ = xmlNodeGetAttribute(v,"posZ") setElementPosition(getLocalPlayer(),tostring(poX),tostring(poY),tostring(poZ)) outputChatBox("You have Teleported unharmed",255,255,255) end end end addEventHandler("onClientGUIDoubleClick",GUIEditor_Grid[1],teleport) <Teleports> <Teleports name="Santa Maria Beach" posX="302" posY="-1780" posZ="4"/> <Teleports name="Middle of map" posX="0" posY="0" posZ="3"/> </Teleports> No debug errors already checked. Hope you can help me Thanks
  5. I'm not helping but stopSound(beep) then using a timer? LOL check it again no wonder its not working
  6. Nice one Aibo keep up the good work! i installed the black one EDIT: Ok i installed the lighter one
  7. Missing a ) at the first line at the end
  8. Capy Read cadu12 post he clearly stated playSoun dis clientside please re check
  9. Stolen resource without permission https://community.multitheftauto.com/index.php?p=resources&s=details&id=2769 original author here https://community.multitheftauto.com/index.php?p=resources&s=det..mp;id=2405
  10. Twisted

    Help Manager

    Not only are you a script stealer but Iron Snake owner told you to remove his server name so nice server name stealing too you fag
  11. Twisted

    Help Manager

    "get a life 2" Well considering i have internet, and living i sure do have a life unlike you who has to go and steal clients and try to get people to help u well im not gunna argue anymore u aint worth it, stop stealing learn to script and stop asking help to fix stolen code have a nice day!
  12. Twisted

    Help Manager

    Its the same one as ours just made it bigger next time do something your self..
  13. zombie_client here is the fixed client im willing to share it with all who need it
  14. Twisted

    Help Manager

    Awww getting all defensive now? you must be stealing well i hope no one helps you on thie forum
  15. Twisted

    Help Manager

    Do i care ? I just want other help manager. Wow dude get a life script stealing :@ learn to script or pay someone to do it
  16. Twisted

    Help Manager

    it also looks like badwolfs with screen ajusts... thats why i banned him P.S hes a script stealer
  17. Twisted

    Converter

    Don't play dumb, worst suggestion i've ever seen
  18. https://wiki.multitheftauto.com/wiki/DxCreateShader This is the ENB thing ur talking about!
  19. you cant the resource has been compiled, true use F1 if ur an admin and remove the cars into the bad list
  20. Twisted

    rmove plz

    Learn to make it your self, people dont give out scripts easly To make the shop panel click here! or u can use this Vehicle/weapon shop by solidsnake
  21. offtopic - jaysds1 instead of posting useless bullcrap trying to increase ur post count how about helping the guy out with fully working scripts..
  22. the server im at does the same since we recently restarted it i dunno what it is
  23. jaysds1 please check your code before posting ive seen another error
×
×
  • Create New...