Jump to content

1LoL1

Members
  • Posts

    944
  • Joined

  • Last visited

Everything posted by 1LoL1

  1. 1LoL1

    [HELP] Script

    Player muted he get 1x ttt but when i unmuted player he get 1x ttt too and this i don't want i want only "When player muted he get 1x ttt"
  2. 1LoL1

    Speedometer

    And what now? so you can create.
  3. 1LoL1

    [HELP] Script

    this will when player muted +1 ttt and +0 ttt | unmuted +1 ttt and +0 ttt
  4. Post the errors or warnings. Try this. if i'am wrong sorry --- GATE SYSTEM BY DARHAL --- miniDistance = 3 --RESOURCE SETTINGS --HERE CHANGE THE RESOURCE NAME TO THE GROUPS SYSTEM THAT YOU USE local GROUPS_RESOURCE_NAME = "SAEGGroups" -- CHANGE THAT LINE TO YOUR GROUP SYSTEM NAME function GPG(plr) if plr and getACC(plr) then return exports.SAEGGroups:getPlayerGroup ( plr) or exports.SAEGAdministration:isPlayerStaff ( plr) end end -- GATE MANAGERS LIST (ACCOUNT NAME) managers = { --[[YOU CAN ADD ANY ACCOUNT BY SIMPLY ADDING THIS LINE : "account name", To the list above--]] "oussama", "", } -- ALLOWED OBJECTS THAT MANAGERS CAN USE TO PLACE GATE allowedModels = { "980", "967", "16773", "10829", "10832", "2990", "2933", "971", "9042", "8957", "3089", "2955", "2947", "2924", "2911", "1491", "1504", "1505", "1507", "1523", "1557", "8378", "10671", "11313", "10641", "7910", "10149", "16775", "2634", }
  5. function skin () setPedSkin ( source, 0 ) end addEventHandler("onPlayerSpawn", getRootElement(), skin) -- spawn addEventHandler("onPlayerJoin", getRootElement(), skin) -- join
  6. 1LoL1

    [HELP] Script

    this work but when i use /unmute i have too get 1x ttt i want only when player is muted not unmuted.
  7. 1LoL1

    [HELP] Script

    Default admin mute system.
  8. 1LoL1

    [HELP] Script

    omg this is not what i want you read my post? when player get mute so get 1x ttt but when i use /unmute player he get 1x ttt too and this i don't want i want only when player get mute.
  9. 1LoL1

    [HELP] Script

    i know what is cancelEvent() but i don't know how i can use in this script ._. i want to when player get mute he get 1x ttt but when i use /mute name and /unmute name he get too 1x ttt <-- and this i don't want.
  10. 1LoL1

    [HELP] Script

    But this is not what i want and how i can cancelled event onPlayerUnmute?
  11. 1LoL1

    [HELP] Script

    Thanks work but when i unmuted player i have 2x ttt function ttt () setElementData(source, "ttt", (getElementData(source, "ttt") or 0) + 1) end addEventHandler("onPlayerMute", getRootElement(), ttt)
  12. 1LoL1

    [HELP] Please

    ok my problem is solved i fixed.
  13. 1LoL1

    [HELP] Please

    b = guiCreateStaticImage( 5, 5, sWidth , 40, "image.png", false ) c = guiCreateLabel(8, 5, 2000, 15,"", false)
  14. 1LoL1

    [HELP] Please

    and why this not work? 0 errors 0 warnings function test () guiSetVisible(b, false) guiSetVisible(c, false) end addEventHandler("onClientPlayerJoin", getRootElement(), test)
  15. 1LoL1

    [HELP] Please

    Working thanks. And when i want to "onPlayerJoin" ? this not work function test () guiSetVisible(v, false) guiSetVisible(b, false) end addEventHandler("onPlayerJoin", getRootElement(), test) So i must use Trigger?
  16. 1LoL1

    [HELP] Please

    Working thanks. And when i want to "onPlayerJoin" ? this not work function test () guiSetVisible(v, false) guiSetVisible(b, false) end addEventHandler("onPlayerJoin", getRootElement(), test)
  17. You can find HERE or HERE HERE HERE
  18. 1LoL1

    [HELP] Please

    Hello i have this code and how i can when player join this will false. Please can anyone help me? function GUI() local Alpha = guiGetVisible(v) and guiGetVisible(b) guiSetVisible(v, not Alpha) guiSetVisible(b, not Alpha) end bindKey("F6","down",GUI) If this so this not work function test () guiSetVisible(v, false) guiSetVisible(b, false) end addEventHandler("onPlayerJoin", getRootElement(), test)
  19. 1LoL1

    [HELP] Script

    From where you got the data ttt ? so show us the code What? omg when player get mute he get 1x ttt...
  20. 1LoL1

    [HELP] Script

    When player is muted or get muted he get 1x ttt.
  21. 1LoL1

    [HELP] Script

    Can anyone please help me?
×
×
  • Create New...