Jump to content

helpme

Members
  • Posts

    11
  • Joined

  • Last visited

helpme's Achievements

Square

Square (6/54)

0

Reputation

  1. helpme

    HeLP{{{{

    Did you know you really are stupid Get out of topic
  2. helpme

    HeLP{{{{

    I'm stupid and you are intelligent solve your problem yourself Get out of topic stupid{{
  3. helpme

    HeLP{{{{

    Are you stupid or what? I do not want cancelEvent I need player write in the chat fuc_k Delete the words in the chat not cancelevent Dude
  4. helpme

    HeLP{{{{

    i want Anyone who writes in the chat word fuc_k Delete the words
  5. helpme

    HeLP{{{{

    function onchat() local lines = getChatboxLayout()["chat_lines"] for _,item in ipairs(players) do if lines == "fuc_k" then outputChatBox("") end end end addEventHandler("onClientChatMessage", getRootElement(), onchat) Not work
  6. how can get ip server ?
  7. helpme

    Help help

    Solidsnake14 + kimmis9 = stupid
  8. try this client addEventHandler("onClientResourceStart",resourceRoot, function () txd = engineLoadTXD ( "66.txd" ) engineImportTXD ( txd, 66 ) dff = engineLoadDFF ( "66.dff", 0 ) engineReplaceModel ( dff, 66 ) triggerServerEvent ("doFixSkin", getLocalPlayer()) end) server addEvent("doFixSkin", true) addEventHandler("doFixSkin", rootElement, function() outputChatBox("'Happy Now ", source, 255, 255, 0) end ) meta type="misc" name="Happy Now" author="stupid" description="" version="1" /> "66.dff" /> "66.txd" />
  9. helpme

    Help help

    fix it i need help
  10. helpme

    Help help

    my first script not work What is the reason? client GUIEditor_Window = {} GUIEditor_Button = {} GUIEditor_Image = {} GUIEditor_Window[1] = guiCreateWindow(158,126,468,387,"eee",false) bethanfger = guiCreateButton(266,58,169,38,"1",false,GUIEditor_Window[1]) bethanthher = guiCreateButton(267,119,169,38,"2",false,GUIEditor_Window[1]) bethanaser = guiCreateButton(269,176,169,38," 3",false,GUIEditor_Window[1]) bethanmqrab = guiCreateButton(271,233,169,38,"4",false,GUIEditor_Window[1]) bethanesha = guiCreateButton(269,292,169,38,"5",false,GUIEditor_Window[1]) GUIEditor_Image[1] = guiCreateStaticImage(0.005,0,0.9937,0.9983,"images/1.png",false) GUIEditor_Image[2] = guiCreateStaticImage(0.005,0,0.9937,0.9983,"images/2.png",false) GUIEditor_Image[3] = guiCreateStaticImage(0.005,0,0.9937,0.9983,"images/3.png",false) GUIEditor_Image[4] = guiCreateStaticImage(0.005,0,0.9937,0.9983,"images/4.png",false) GUIEditor_Image[5] = guiCreateStaticImage(0.005,0,0.9937,0.9983,"images/5.png",false) function ethanfger( ) playClientAudio("ethan.mp3") guiCreateStaticImage(0.005,0,0.9937,0.9983,"images/1.png",true) setTimer ( close1, 1200000, 1 ) end function close1( ) guiCreateStaticImage(0.005,0,0.9937,0.9983,"images/1.png",false) end function ethanthher( ) playClientAudio("ethan.mp3") guiCreateStaticImage(0.005,0,0.9937,0.9983,"images/2.png",true) setTimer ( close2, 1200000, 1 ) end function close2( ) guiCreateStaticImage(0.005,0,0.9937,0.9983,"images/2.png",false) end function ethanaser( ) playClientAudio("ethan.mp3") guiCreateStaticImage(0.005,0,0.9937,0.9983,"images/3.png",true) setTimer ( close3, 1200000, 1 ) end function close3( ) guiCreateStaticImage(0.005,0,0.9937,0.9983,"images/3.png",false) end function ethanmqrab( ) playClientAudio("ethan.mp3") guiCreateStaticImage(0.005,0,0.9937,0.9983,"images/4.png",true) setTimer ( close4, 1200000, 1 ) end function close4( ) guiCreateStaticImage(0.005,0,0.9937,0.9983,"images/4.png",false) end function ethanesha( ) playClientAudio("ethan.mp3") guiCreateStaticImage(0.005,0,0.9937,0.9983,"images/5.png",true) setTimer ( close5, 1200000, 1 ) end function close5( ) guiCreateStaticImage(0.005,0,0.9937,0.9983,"images/5.png",false) end function ethan () getVisible = guiGetVisible (GUIEditor_Window[1]) if (getVisible == true) then guiSetVisible (GUIEditor_Window[1], false) showCursor (false) end addEventHandler ( "onClientGUIClick", bethanfger, ethanfger, false ) addEventHandler ( "onClientGUIClick", bethanthher, ethanthher, false ) addEventHandler ( "onClientGUIClick", bethanaser, ethanaser, false ) addEventHandler ( "onClientGUIClick", bethanmqrab, ethanmqrab, false ) addEventHandler ( "onClientGUIClick", bethanesha, ethanesha, false ) if (getVisible == false) then guiSetVisible (GUIEditor_Window[1], true) showCursor (true) end end server function adminlogin ( player ) if hasObjectPermissionTo ( player, "function.banPlayer" ) then bindKey ( source, "F8", "down", ethan ) else unbindKey ( source, "F8", "down", ethan ) end end addEventHandler ( "onPlayerLogin", getRootElement(), adminlogin )
×
×
  • Create New...