Jump to content

jingzhi

Members
  • Posts

    288
  • Joined

  • Last visited

Everything posted by jingzhi

  1. 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
  2. I think there is some skin of roller-skaters, you can use them
  3. You can do it using some basic math and mySQL
  4. What are you trying to do? source is a nil value here
  5. Can you make your question clearer and upload the full code?
  6. Make your question clearer and maybe show your code?
  7. Hello everyone, What should I do if I want to share the dbConnection between all my resources?
  8. Make the zombies cant enter AFK zones
  9. If that's the case, you can easily make this script by yourself, store if the player has a "plane lisence" in sql database
  10. I think you should use memo instead of labels
  11. I think he means some script for lisence plate
  12. You're welcome, don't hesitate to ask if you have further problems
  13. for i,v in ipairs(getElementsByType("player")) if getElementData(v,"RUN") then --Here is your code end end Show me your code not working
  14. Why don't you use a memo you start from a new line with each message?
  15. You should change the name of his original acl groups to the ones you want
  16. 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
  17. We couldn't know any problem like this, you need to show us your scripts
  18. for i,v in ipairs(getElementsByType("player")) if getElementData(v,"RUN") then --Here is your code end end
  19. 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
  20. 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
  21. 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
  22. Make the jobs (Cops,crims,medics,etc..) set the wage for these jobs, pay them every hour
  23. 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"
  24. 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...