Jump to content

jingzhi

Members
  • Posts

    288
  • Joined

  • Last visited

Everything posted by jingzhi

  1. You can do that by using mySQL and some gui
  2. I am sorry to say, most of your script doesn't make sense, watch what other people do and you will know how to script
  3. I think there is some skin of roller-skaters, you can use them
  4. You can do it using some basic math and mySQL
  5. What are you trying to do? source is a nil value here
  6. Can you make your question clearer and upload the full code?
  7. Make your question clearer and maybe show your code?
  8. Hello everyone, What should I do if I want to share the dbConnection between all my resources?
  9. Make the zombies cant enter AFK zones
  10. If that's the case, you can easily make this script by yourself, store if the player has a "plane lisence" in sql database
  11. I think you should use memo instead of labels
  12. I think he means some script for lisence plate
  13. You're welcome, don't hesitate to ask if you have further problems
  14. for i,v in ipairs(getElementsByType("player")) if getElementData(v,"RUN") then --Here is your code end end Show me your code not working
  15. Why don't you use a memo you start from a new line with each message?
  16. You should change the name of his original acl groups to the ones you want
  17. You want to change stuff like "Level 1","Level 2" to for instance "Trial","Advanced", is that your question? If so, you should change the strings with "Level 1" or "Level 2" to whatever you want
  18. We couldn't know any problem like this, you need to show us your scripts
  19. for i,v in ipairs(getElementsByType("player")) if getElementData(v,"RUN") then --Here is your code end end
  20. jingzhi

    Problem

    I am not sure what you mean by working, but In my perspective this is not working, you need to have the exactly the same amount of exp with the exp of leveling up to lvl up
  21. x,y,z = 0,0,0 for k, v in ipairs() do y = y + 10 --Script continues.. end For a better way, i think you should not use dxDrawText for the messages
  22. I don't really understand what are you trying to do here, but it seems like the message will be sent to all the players in the server
  23. Make the jobs (Cops,crims,medics,etc..) set the wage for these jobs, pay them every hour
  24. lol ok this is the error error : jobw\server.lua:13: ')' excepted near 'officer' error loading script failed: job\server.lua:13: ')' excepted near 'officer' try to delete the space between "police" and "officer"
  25. jingzhi

    Problem

    Is there any error, how is it not working, and don't remove the outputChatBox because we can't see the problem without it Use numbers instead of strings in the table
×
×
  • Create New...