Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 18/03/17 in all areas

  1. NeXuS™ presents dxLib Introduction You want to work with dx functions, but you don't understand them? This is a script for you. You can create panels created by dx functions just like with GUI functions. Status IN DEVELOPMENT Sorry guys, its not finished yet, so I'm not publishing it. This is just a show off, that you'll get this in weeks. Whats done already Screenshots Syntax
    2 points
  2. 2 points
  3. New city Project status: 20%
    1 point
  4. السلام عليكم ورحمة الله وبركاته جايب لكم موتر كدينزا2017 اتمنى تعجبكم الرابط : http://www.mediafire.com/file/auj1a3zbbzmvfu3/Cadenza2017.zip و شكرا
    1 point
  5. Hey, is it possible that there was some recent change which causes problems with mods, e.g. vehicles? Some players on my server saying their mods dont work anymore from one day to another, even though nothing on the server was changed. We checked the versions of some players and it seems only players with a higher version are affected. Thanks.
    1 point
  6. مبروك 1001 بوست ،، الظاهر يب جال يسلك لي ههههههههههه ضض خخخ
    1 point
  7. Several players from FFS Gaming are reporting the same issue.
    1 point
  8. Replace return items[foundItem][1] with triggerClientEvent(source, "setJunkItem", getRootElement(), items[foundItem][1]) And then client side: addEvent("setJunkItem", true) addEventHandler("setJunkItem", getRootElement(), function(itemID) foundItemImage = itemID end) I think this one should work.
    1 point
  9. My bad. serialList = { ["yourserailhere"] = true, ["anotherserialhere"] = true } addEventHandler("onPlayerJoin", getRootElement(), function() local autoBan = serialList[getPlayerSerial(source)] if (autoBan) then banPlayer ( source, false, false, true, getRootElement ( ), 'Wypierdalaj kurwo!' ) end end) This one works totally fine.
    1 point
  10. Can you screenshot your settings with your name and a pic of your serial in F8 please? @Lorder
    1 point
  11. Just copy your name from settings and your serial (F8->serial) on this page as a comment.
    1 point
  12. Can you write down your name copied from the settings and your serial? (F8 -> serial) serialList = { ["#NeXuS"] = "73B520027203B67334A182ED91E6CD54" } addEventHandler("onPlayerJoin", getRootElement(), function() local selectedSerial = serialList[getPlayerName(source)] if (selectedSerial) then if selectedSerial ~= getPlayerSerial(source) then banPlayer ( source, false, false, true, getRootElement ( ), 'Wypierdalaj kurwo !' ) end end end) This one works totally fine for me.
    1 point
  13. 1 point
  14. Alright. If you need further help, or any error appears, feel free to ask here.
    1 point
  15. Keep your script as it is above this code. Replace just what I wrote not the whole script.
    1 point
  16. <meta> <info author="Lorder" type="script" name="AutoBan" version="1.0.0" /> <script src="server.lua" type="server" /> </meta> And replace your function. addEventHandler ( 'onPlayerJoin', getRootElement ( ), function () local Serial = seriale[getPlayerName(source)] if ( Serial ) then if Serial ~= getPlayerSerial ( source ) then banPlayer ( source, false, false, true, getRootElement ( ), 'Wypierdalaj kurwo !' ) end end end )
    1 point
  17. Replace trailerSyncTimers[client] = setTimer(function(client) trailerSyncTimers = { } with trailerSyncTimers = { } trailerSyncTimers[client] = setTimer(function(client)
    1 point
  18. حبيب قلبي مشكور نورت حبيب قلبي تسلملي على الرد الجميل +_+ امين يا رب وياك ههههههههههههههههههههههههههه حبيب قلبي دايما تشجعني بتعليقات +_+ مشكور على المرور نورت thanks a lot my brother
    1 point
  19. يسوي باند الف سنة وخلص
    1 point
  20. 1 point
  21. This is OwlGaming's script. If you want to create a token based system, use your own script and not a leaked one. It'll be easier to manage in the long run.
    1 point
  22. Job to help him, not to copy paste and write everything for him. The way you have to do this by making a colshape and using getElementsWithinColShape "vehicle" and then it s hould be done it is our duty to help him as long as he learns not blindly give codes all time
    1 point
  23. He'll never understand if you make everything for him just explain next time NeXus...
    1 point
  24. كان ودي ابرمج لك بس للاسف مشغول بكلية الطب والسيرفر حقي ان شاء الله يفيدونك بقية المبرمجين
    1 point
  25. Клиент продолжает работать после потери соединения. Например при нажатии на клавишу с клиента на сервер отправляется триггер. Игрок отключает интернет, жмет клавишу, подключает интернет и триггер в этот момент отправляется на сервер.
    1 point
×
×
  • Create New...