Jump to content

LiOneLMeSsIShoT

Members
  • Posts

    609
  • Joined

  • Last visited

Everything posted by LiOneLMeSsIShoT

  1. no there's no any Error in Debugscript.
  2. It's one which i use and not work....I did /chatbubbles a couple of Times!!! and nO WORDS be shown in his head.
  3. What's the script which show the Bubbles on player head? i didn't find it...whatever i have found one in Community but dosen't work.
  4. Meant about that...This script's not Changing ANYTHING!.
  5. The Problem not with the Draw only! when i add the script which you puted on my own client side..it Hide everything....not Only DRAW Text!!..:/ Hows that? which other thing u got? Hows that? which other thing u got? I got Tab Panel for Login and Register...and this Draw Text for show in join only...in Login..i want to hide the Draw...but this script make everything hidden on join. Alright found the problem of it...that script wanted "end" to work..anyway the draw texts not be hidden when player login.... there's no another way to hide them?
  6. The Problem not with the Draw only! when i add the script which you puted on my own client side..it Hide everything....not Only DRAW Text!!..:/ Hows that? which other thing u got? I got Tab Panel for Login and Register...and this Draw Text for show in join only...in Login..i want to hide the Draw...but this script make everything hidden on join.
  7. The Problem not with the Draw only! when i add the script which you puted on my own client side..it Hide everything....not Only DRAW Text!!..
  8. Good..but Lol! When i'm just Join the Draw Text be removed...means not visible...or removed...not like when the player login..it's when the player join
  9. Actually now i did it. function showdx() if getElementData(localPlayer, "Dx.showing") then dxDrawText("\"\"ZOMBIES\"\" Are Waiting For YOU!", 323, 73, 982, 120, tocolor(0, 0, 0, 255), 3.00, "sans", "left", "top", false, false, true, false, false) dxDrawText("\"\"ZOMBIES\"\" Are Waiting For YOU!", 323, 71, 982, 118, tocolor(0, 0, 0, 255), 3.00, "sans", "left", "top", false, false, true, false, false) dxDrawText("\"\"ZOMBIES\"\" Are Waiting For YOU!", 321, 73, 980, 120, tocolor(0, 0, 0, 255), 3.00, "sans", "left", "top", false, false, true, false, false) dxDrawText("\"\"ZOMBIES\"\" Are Waiting For YOU!", 321, 71, 980, 118, tocolor(0, 0, 0, 255), 3.00, "sans", "left", "top", false, false, true, false, false) dxDrawText("\"\"ZOMBIES\"\" Are Waiting For YOU!", 322, 72, 981, 119, tocolor(255, 0, 0, 255), 3.00, "sans", "left", "top", false, false, true, false, false) dxDrawImage(239, -1, 83, 122, ":Login_SystemNEW/Images/Zombie1.png", 0, 0, 0, tocolor(255, 255, 255, 255), true) dxDrawImage(961, 0, 82, 120, ":Login_SystemNEW/Images/Zombie1.png", 0, 0, 0, tocolor(255, 255, 255, 255), true) dxDrawLine(238, 123, 1043, 123, tocolor(0, 0, 0, 255), 7, true) dxDrawText("WELCOME TO THE END OF THE WORLD", 1, 1, 1280, 73, tocolor(0, 0, 0, 255), 2.00, "sans", "center", "center", false, false, true, false, false) dxDrawText("WELCOME TO THE END OF THE WORLD", 0, 0, 1279, 72, tocolor(255, 0, 0, 255), 2.00, "sans", "center", "center", false, false, true, false, false) dxDrawLine(238, 123, 1043, 123, tocolor(0, 0, 0, 255), 7, true) dxDrawText("\"\"ZOMBIES\"\" Are Waiting For YOU!", 323, 73, 982, 120, tocolor(0, 0, 0, 255), 3.00, "sans", "left", "top", false, false, true, false, false) dxDrawText("\"\"ZOMBIES\"\" Are Waiting For YOU!", 323, 71, 982, 118, tocolor(0, 0, 0, 255), 3.00, "sans", "left", "top", false, false, true, false, false) dxDrawText("\"\"ZOMBIES\"\" Are Waiting For YOU!", 321, 73, 980, 120, tocolor(0, 0, 0, 255), 3.00, "sans", "left", "top", false, false, true, false, false) dxDrawText("\"\"ZOMBIES\"\" Are Waiting For YOU!", 321, 71, 980, 118, tocolor(0, 0, 0, 255), 3.00, "sans", "left", "top", false, false, true, false, false) dxDrawText("\"\"ZOMBIES\"\" Are Waiting For YOU!", 322, 72, 981, 119, tocolor(255, 0, 0, 255), 3.00, "sans", "left", "top", false, false, true, false, false) dxDrawImage(239, -1, 83, 122, ":Login_SystemNEW/Images/Zombie1.png", 0, 0, 0, tocolor(255, 255, 255, 255), true) dxDrawImage(961, 0, 82, 120, ":Login_SystemNEW/Images/Zombie1.png", 0, 0, 0, tocolor(255, 255, 255, 255), true) dxDrawLine(238, 123, 1043, 123, tocolor(0, 0, 0, 255), 7, true) dxDrawText("WELCOME TO THE END OF THE WORLD", 1, 1, 1280, 73, tocolor(0, 0, 0, 255), 2.00, "sans", "center", "center", false, false, true, false, false) dxDrawText("WELCOME TO THE END OF THE WORLD", 0, 0, 1279, 72, tocolor(255, 0, 0, 255), 2.00, "sans", "center", "center", false, false, true, false, false) dxDrawLine(238, 123, 1043, 123, tocolor(0, 0, 0, 255), 7, true) end end function showDXdraw(player) if getElementData(localPlayer, "Dx.showing") then setElementData(localPlayer, "Dx.showing", false) else setElementData(localPlayer, "Dx.showing", true) end end addEvent("onClientPlayerJoin",true) addEventHandler("onClientPlayerLogin", root, showDXdraw) server: function login ( source ) triggerClientEvent("onClientPlayerLogin",source) end addEvent("onPlayerLogin",true) addEventHandler("onPlayerLogin",getRootElement(),login) But Still not work ..someone help!
  10. Really Nice..Helped Much..but i want to make the DXText be hidden when the player Login..not with bindkey...
  11. Alright. can you show me an example for that? and this is the drawText which i want to make unvisible when player login. addEventHandler("onClientRender", root, function() dxDrawText("\"\"ZOMBIES\"\" Are Waiting For YOU!", 323, 73, 982, 120, tocolor(0, 0, 0, 255), 3.00, "sans", "left", "top", false, false, true, false, false) dxDrawText("\"\"ZOMBIES\"\" Are Waiting For YOU!", 323, 71, 982, 118, tocolor(0, 0, 0, 255), 3.00, "sans", "left", "top", false, false, true, false, false) dxDrawText("\"\"ZOMBIES\"\" Are Waiting For YOU!", 321, 73, 980, 120, tocolor(0, 0, 0, 255), 3.00, "sans", "left", "top", false, false, true, false, false) dxDrawText("\"\"ZOMBIES\"\" Are Waiting For YOU!", 321, 71, 980, 118, tocolor(0, 0, 0, 255), 3.00, "sans", "left", "top", false, false, true, false, false) dxDrawText("\"\"ZOMBIES\"\" Are Waiting For YOU!", 322, 72, 981, 119, tocolor(255, 0, 0, 255), 3.00, "sans", "left", "top", false, false, true, false, false) dxDrawImage(239, -1, 83, 122, ":Login_SystemNEW/Images/Zombie1.png", 0, 0, 0, tocolor(255, 255, 255, 255), true) dxDrawImage(961, 0, 82, 120, ":Login_SystemNEW/Images/Zombie1.png", 0, 0, 0, tocolor(255, 255, 255, 255), true) dxDrawLine(238, 123, 1043, 123, tocolor(0, 0, 0, 255), 7, true) dxDrawText("WELCOME TO THE END OF THE WORLD", 1, 1, 1280, 73, tocolor(0, 0, 0, 255), 2.00, "sans", "center", "center", false, false, true, false, false) dxDrawText("WELCOME TO THE END OF THE WORLD", 0, 0, 1279, 72, tocolor(255, 0, 0, 255), 2.00, "sans", "center", "center", false, false, true, false, false) dxDrawLine(238, 123, 1043, 123, tocolor(0, 0, 0, 255), 7, true) dxDrawText("\"\"ZOMBIES\"\" Are Waiting For YOU!", 323, 73, 982, 120, tocolor(0, 0, 0, 255), 3.00, "sans", "left", "top", false, false, true, false, false) dxDrawText("\"\"ZOMBIES\"\" Are Waiting For YOU!", 323, 71, 982, 118, tocolor(0, 0, 0, 255), 3.00, "sans", "left", "top", false, false, true, false, false) dxDrawText("\"\"ZOMBIES\"\" Are Waiting For YOU!", 321, 73, 980, 120, tocolor(0, 0, 0, 255), 3.00, "sans", "left", "top", false, false, true, false, false) dxDrawText("\"\"ZOMBIES\"\" Are Waiting For YOU!", 321, 71, 980, 118, tocolor(0, 0, 0, 255), 3.00, "sans", "left", "top", false, false, true, false, false) dxDrawText("\"\"ZOMBIES\"\" Are Waiting For YOU!", 322, 72, 981, 119, tocolor(255, 0, 0, 255), 3.00, "sans", "left", "top", false, false, true, false, false) dxDrawImage(239, -1, 83, 122, ":Login_SystemNEW/Images/Zombie1.png", 0, 0, 0, tocolor(255, 255, 255, 255), true) dxDrawImage(961, 0, 82, 120, ":Login_SystemNEW/Images/Zombie1.png", 0, 0, 0, tocolor(255, 255, 255, 255), true) dxDrawLine(238, 123, 1043, 123, tocolor(0, 0, 0, 255), 7, true) dxDrawText("WELCOME TO THE END OF THE WORLD", 1, 1, 1280, 73, tocolor(0, 0, 0, 255), 2.00, "sans", "center", "center", false, false, true, false, false) dxDrawText("WELCOME TO THE END OF THE WORLD", 0, 0, 1279, 72, tocolor(255, 0, 0, 255), 2.00, "sans", "center", "center", false, false, true, false, false) dxDrawLine(238, 123, 1043, 123, tocolor(0, 0, 0, 255), 7, true) end )
  12. Hello guys I use guiSetVisible to Visible and unvisible Guis..but i can't use it to set dxDrawText Unvisible. can you tell me how to unvisible dxdrawtext?
  13. Thanks guys..but can you give me an example? please.
  14. Alright..Thanks a lot for your help! but i'm wanted to sound starts when the mouse be in the button. not when the mouse click on it.
  15. Hello Everyone!!! I'm wanted to know the function which make sound when you move the mouse in buttom or tap..or any place which i need and i wanted to know it's Client side or Server side?? THANKS A LOT :)
  16. Alright..could you help me with this? like give me an example..
  17. I want the camera Show all locations ..like when the camera show the location..it shows the another while the camera's moving. ALright look. function setCameraOnPlayerJoin() fadeCamera(source, true, 5) setCameraMatrix(source, 1468.8785400391, -919.25317382813, 100.153465271, 1468.388671875, -918.42474365234, 99.881813049316) setCameraMatrix(source, 2941.5, -2051.6999511719, 3.2999999523163, 12, 0, 270) end addEventHandler("onPlayerJoin", getRootElement(), setCameraOnPlayerJoin) I have added 2 Locations...and Only one work..i want the both work...like one work...after 3 seconds the another work...Understand what i mean...
  18. I want the camera Show all locations ..like when the camera show the location..it shows the another while the camera's moving.
  19. Actually!! Yea Right it Helped Much...but actually it's only setCameraMatrix...and i need the camera moves....not only looks in one Positions...Means i want it to switch the position...I hope you got it I use this function setCameraOnPlayerJoin() fadeCamera(source, true, 5) setCameraMatrix(source, 1468.8785400391, -919.25317382813, 100.153465271, 1468.388671875, -918.42474365234, 99.881813049316) end addEventHandler("onPlayerJoin", getRootElement(), setCameraOnPlayerJoin)
  20. How?> What script? and what script to stop the song? not to pause it.
  21. It will start the song when the resource start, i want it starts when the player join to the server, whatever when he login..the Song stops
  22. For anyone Join to the server...Get the song...after he login..the song be shuted the fuck up and gone .
  23. Yeah! and stops the song when the player Login
  24. that script in Client/client.lua so i must give the script the full way? .. I guess
×
×
  • Create New...