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. You can make a log in panel with those functions we provided
  4. "Available client side from 1.3.1 (It will only work with client side vehicles and peds)"
  5. Dont understand what you talking bout
  6. When you are using the textbox GUI there is an option to make it masked.
  7. jingzhi

    Script..

    Whats your username in this server?
  8. I dont think this script is very hard, you can do it by yourself if you learn some lua
  9. 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
  10. I think you need to go through the map yourself to see all the ground types, and then record the coordinates.
  11. You have error in your config file.
  12. use getPlayerSerial() and store the data in your sql database
  13. jingzhi

    download

    Sorry didnt really understand what are you talking about
  14. Thank you, I find this is a nicer way to do it , I will try out later
  15. 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 )
  16. jingzhi

    help

    addEventHandler ( "onClientPlayerDamage", root, function() if getTeamName (source) == "tactics" then cancelEvent() end end)
  17. 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?
  18. 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
  19. 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
  20. Do you know any examples of this kind of script, because I want to do similar stuff
  21. I don't think this is possible, but if it is, please reply me
  22. addEventHandler("onPlayerConnect",root)
×
×
  • Create New...