Jump to content

Resulcan

Members
  • Posts

    72
  • Joined

  • Last visited

Everything posted by Resulcan

  1. --------------------------------------------------------------------------------------------------------------------------------------- outputChatBox How can I download the article from top to bottom antiSpam = {} function antiChatSpam() if isTimer(antiSpam[source]) then cancelEvent() outputChatBox("#ffffff"..getPlayerName(source).." #ff0000 1 DAKIKA KONUSAMAZSINIZ [Sebep:Flood] - #f5f5f5x1!", getRootElement(), 255, 255, 0,true) setPlayerMuted(source, true) setTimer ( autoUnmute, 60000, 1, source) else antiSpam[source] = setTimer(function(source) antiSpam[source] = nil end, 1000, 1, source) end end addEventHandler("onPlayerChat", root, antiChatSpam) function autoUnmute ( player ) if ( isElement ( player ) and isPlayerMuted ( player ) ) then setPlayerMuted ( player, false ) outputChatBox ("#FFFFFF"..getPlayerName ( player ).." #bbfa00 Artik Konusabilirsin Ve SAKIN FLOOD YAPMA #f5f5f5[Flood Yapma]",getRootElement(), 255, 255, 0,true ) end end
  2. Resulcan

    Script

    race event system
  3. Resulcan

    Script

    how about a short race event
  4. Resulcan

    Script

    How can I do the event System ?
  5. https://hizliresim.com/GhMXYu What is the error
  6. Resulcan

    DGS

    Thks
  7. Resulcan

    DGS

    local screenW, screenH = DGS:dgsGetScreenSize() Wnd = DGS:dgsCreateWindow((screenW - 622) / 2, (screenH - 497) / 2, 622, 497, "Silah Panel", false) DGS:dgsWindowSetSizable(Wnd, false) how can i add color
  8. Buton after clicking Sikin = dgs:dgsCreateButton(9, 45, 257, 36, "Sikin", false, Wnd) of this panel I want it to open how can i come here to pull the skins Karakter = dgs:dgsCreateWindow(290, 268, 250, 283, "Karakter", false) dgs:dgsWindowSetMovable(Karakter, false) dgs:dgsWindowSetSizable(Karakter, false) dgs:dgsSetFont(Karakter, "default-bold") gridlist = dgs:dgsCreateGridList(9, 5, 231, 221, false, Karakter) dgs:dgsGridListAddColumn(gridlist, "Skin", 0.9) for i = 1, 2 do dgs:dgsGridListAddRow(gridlist) end dgs:dgsGridListSetItemText(gridlist, 0, 1, "bayan", false, false) dgs:dgsGridListSetItemText(gridlist, 1, 1, "-", false, false) Al = dgs:dgsCreateButton(9, 230, 55, 22, "Al", false, Karakter) Kapat = dgs:dgsCreateButton(74, 230, 55, 22, "Kapat", false, Karakter) dgs:dgsSetFont(Al, "default-bold") dgs:dgsSetFont(Kapat, "default-bold") No way function Skin () addEventHandler ( "onDgsMouseClickUp", Skin,Karakter) end
  9. Resulcan

    help

    bro https://hizliresim.com/bDh3ov xml Skin how can i connect
  10. Resulcan

    help

    Can you get a sample
  11. Resulcan

    help

    is it enough for me to do this
  12. Resulcan

    help

    bro thk I am very happy bro panel after clicking panel you opened how can I do it Sikin = dgs:dgsCreateButton(9, 45, 257, 36, "Sikin", false, Wnd) skin = dgs:dgsCreateWindows(9,241,345,66,"Skin",false,wnd) like ?
  13. Resulcan

    help

    local dgs = exports.dgs local Wnd = dgs:dgsCreateWindow(10, 273, 274, 275, "MMA Freeroam Panel", false) dgs:dgsWindowSetMovable ( Wnd, false ) dgs:dgsWindowSetSizable ( Wnd, false ) Olme = dgs:dgsCreateButton(9, 5, 257, 36, "Ölme", false, Wnd) Sikin = dgs:dgsCreateButton(9, 45, 257, 36, "Sikin", false, Wnd) Grav = dgs:dgsCreateButton(9, 85, 257, 36, "Grav", false, Wnd) Warp = dgs:dgsCreateButton(9, 125, 257, 36, "Warp", false, Wnd) Map = dgs:dgsCreateButton(9, 165, 257, 36, "Map", false, Wnd) Araba = dgs:dgsCreateButton(9, 205, 257, 36, "Araba Oluştur", false, Wnd) function commitSuicide ( sourcePlayer ) killPed ( sourcePlayer, sourcePlayer ) end addEventHandler ( "onDgsMouseClickUp", Olme,commitSuicide) addCommandHandler ( "kill", commitSuicide )
  14. Resulcan

    help

    client already
  15. Resulcan

    help

  16. Resulcan

    help

    https://hizliresim.com/EDAZB0 https://hizliresim.com/W8kE9Z Not dying when you click the button buttton Doesn't Die On Click
  17. Resulcan

    help

    thks bro
  18. Resulcan

    help

    It is not Can you do it
  19. Resulcan

    help

    Olme = dgs:dgsCreateButton(9, 5, 257, 36, "Ölme", false, Wnd) don't die when you press the button Sikin = dgs:dgsCreateButton(9, 45, 257, 36, "Sikin", false, Wnd) How to Open the Panel When the Button is Pressed
  20. I Want Time Dependent Money How Can I Do It but after I do the job and I want him to give money 5 days later --------------------------------------------------------------------------------------------------------------------------------- I want things like money and jetpack to be special with bidet vip.
  21. thks brom
  22. on the map Ped showCursor( true ) after clicking I want the pain of the panel Ped & Panel
  23. pad click will be opened
  24. pad guicreateWindow how can i connect ? https://hizliresim.com/8nPZSt
  25. Pad how can I do it ?
×
×
  • Create New...