Search results

  1. Zan1456

    Request Help with okokTextUi

    https://vag.gg/threads/okoktextui-how-to-display.8602/
  2. Zan1456

    Guide OkokRequests - How to display?

    Client side: exports['okokRequests']:requestMenu(target, time, title, message, trigger, side, parameters, parametersNum) Server side: TriggerClientEvent('okokRequests:RequestMenu', source, target, time, title, message, trigger, side, parameters, parametersNum) Fields: The target field...
  3. Zan1456

    Guide OkokTextUI - How to display?

    Displaying: exports['okokTextUI']:Open('[Key] Message', 'color', 'position') Hiding: exports['okokTextUI']:Close() Positions: right; left. Colors: lightblue / darkblue; lightgreen / darkgreen; lightred / darkred; lightgrey / darkgrey. Usage example Before: while true do --...
  4. Zan1456

    Guide okokNotify - How to display notify?

    Client side exports['okokNotify']:Alert('Title', 'Message', Time, 'type') Server side TriggerClientEvent('okokNotify:Alert', source, 'Title', 'Message', Time, 'type') Time: 1000 = 1 second. Types: success (green); info (blue); warning (yellow); error (red); phone (orange)...
  5. Zan1456

    Guide OkokBanking - How to register transactions?

    TriggerEvent('okokBanking:AddNewTransaction', receiver_name, receiver_identifier, sender_name, sender_identifier, value, reason) Variables: receiver_name: Bank receiver_identifier: bank sender_name: getName(source) sender_identifier: xPlayer.identifier value: Config.CreditCardPrice reason: Buy CC
  6. Zan1456

    Guide OkokChat - How to create message?

    Client side: exports['okokChatV2']:Message(background, color, icon, title, playername, message, target, image) Server side: TriggerEvent('okokChat:ServerMessage', background, color, icon, title, playername, message, target, image) Variables: background: 'linear-gradient(90deg, rgba(42, 42, 42...
  7. Zan1456

    Guide OkokBilling - How to bind any key?

    Opening the menu with a hotkey Add the following code anywhere inside config.lua: Config.Key = 168 -- [F7] Keys ID list: Click Add the following code to the client.lua file: Citizen.CreateThread(function() while true do Citizen.Wait(1) if IsControlJustReleased(0...
  8. Zan1456

    Guide OkokBilling - How to create an invoice?

    Opening the create invoice menu directly from a menu or a third eye script Add the following code anywhere inside client.lua file: exports('CreateNewInvoice', function(job) return CreateInvoice(job) end) To trigger it, use the following code: exports['okokBilling']:CreateNewInvoice('jobname')
  9. Zan1456

    Script Okok Vehicleshop

    *** Hidden text: You do not have sufficient rights to view the hidden text. Visit the forum thread! ***
  10. Zan1456

    Request Looking for NVE FEB 2021 - FIVEM

    https://cloud.ofsl.space/nve/february/
  11. Zan1456

    Phone High Phone

    Try again
  12. Zan1456

    Script FivemEscrowPOC - AN FIVEM ESCROW DUMPER THAT RETURNS BYTECODE!

    Don't use: Addressing recent Asset Escrow exploit
  13. Zan1456

    Script 4U-NOFİTY

    It's free and you have to send a minimum of 1 euro... Anyway, here it is guys: Download notify rar
  14. Zan1456

    MLO/YMAP Paleto Bay Clinic

    https://sharemods.com/21p2a2m9gqs0/Paleto_Bay_Clinick.rar.html
  15. Zan1456

    Discord Discord Invite

    It has been deleted.
  16. Zan1456

    Request Premium Lua Obfusactor

    50$? Original author 27$ https://store.l-development.xyz/package/4625862
  17. Zan1456

    MLO/YMAP Gabz Pillbox V2 (In many colors)

    Do you need a different color? Write a color code in a private message and I will add it to the post within 1 week. V1: V2: RED: GREEN: WHIT BLACK: ORANGE: YELLOW: ALL DOWNLOAD https://www.mediafire.com/file/9q8ifnuchpk034h/gabz_pillbox_hospital.zip/file
  18. Zan1456

    Script cc Chat

    *** Hidden text: You do not have sufficient rights to view the hidden text. Visit the forum thread! ***
  19. Zan1456

    MLO/YMAP Unclejust LifeGuard

    https://sharemods.com/yk3yarrzr3vu/UncleJust_Lifeguard.rar.html
Top