Jump to content

jingzhi

Members
  • Posts

    288
  • Joined

  • Last visited

Everything posted by jingzhi

  1. use SQL database and some simple math....
  2. According to your scripts, only local player will hear your sound (whose location is close to you in the game.), if you want everyone on the server to hear this, you should trigger playSound for every player in the server
  3. Can you post a ss?
  4. You can make a log in panel with those functions we provided
  5. Really good idea
  6. "Available client side from 1.3.1 (It will only work with client side vehicles and peds)"
  7. Dont understand what you talking bout
  8. When you are using the textbox GUI there is an option to make it masked.
  9. jingzhi

    Script..

    Whats your username in this server?
  10. I dont think this script is very hard, you can do it by yourself if you learn some lua
  11. I think you need to go through the map yourself to see all the ground types, and then record the coordinates. are you serious ? just use processLineOfSight Ok, I think you are right
  12. I think you need to go through the map yourself to see all the ground types, and then record the coordinates.
  13. You have error in your config file.
  14. use getPlayerSerial() and store the data in your sql database
  15. jingzhi

    download

    Sorry didnt really understand what are you talking about
  16. jingzhi

    help

    Agreed
  17. Thank you, I find this is a nicer way to do it , I will try out later
  18. jingzhi

    help

    addEventHandler ( "onClientPlayerDamage", localPlayer, function( attacker, weapon, bodypart ) local playerTeam = getPlayerTeam(source) local attackerTeam = getPlayerTeam(attacker) if playerTeam and attackerTeam if (getTeamName(attackerTeam) == "tactics") and ( getTeamName(playerTeam) == "tactics" ) then cancelEvent() end end end )
  19. jingzhi

    help

    addEventHandler ( "onClientPlayerDamage", root, function() if getTeamName (source) == "tactics" then cancelEvent() end end)
  20. Still gives wrong number of ammo when I am putting 2+ items in the cart, when I put only one in the cart its fine Anyone please help Anyone?
  21. Still gives wrong number of ammo when I am putting 2+ items in the cart, when I put only one in the cart its fine Anyone please help
  22. Still gives wrong number of ammo when I am putting 2+ items in the cart, when I put only one in the cart its fine
  23. Do you know any examples of this kind of script, because I want to do similar stuff
  24. I don't think this is possible, but if it is, please reply me
  25. addEventHandler("onPlayerConnect",root)
×
×
  • Create New...