Jump to content

xeon17

Members
  • Posts

    1,903
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by xeon17

  1. Weapon damage can be modified using this function: setWeaponProperty
  2. Hello, There are two very similar events OnPlayerNetworkStatus and OnClientPlayerNetworkStatus. My idea was to create a code which freezes the player when he has unstable internet and prevent other players from killing him. Which event is better for this? Using getPlayerPing is not an option. There are players who are teleporting as hell even with a low ping.
  3. Mega9 se raspituje ali stidan momak jbg haha
  4. opa nisi prijavio on ili ona? ahahah
  5. Good idea, this would save a lot of time. If it can be done.
  6. podrška za palog brata ahahah
  7. Congratulations, hopefully 2017 will be another good year for MTA Do you have any plans for 2017? Will there be any cool updates?
  8. Buy one of these scripts: Login System Teleport System OOP DX Framework and get a second script completely free by choice. (Discount valid until 5 January)
  9. Take a look at getAccountsBySerial
  10. The engine must be turned on, otherwise isElementInWater will return false. Is this a bug? @ccw @Jusonex
  11. Hello, Why is this not working? isElementInWater returns false, while the vehicle is deep in water. http://prntscr.com/dnplse function doCheckVehicleDrown() for _,vehicle in ipairs(getElementsByType("vehicle")) do if (isSynced(vehicle)) then if (isElementInWater(vehicle) and isVehicleEmpty(vehicle)) then if not (isTimer(respawnTimer[vehicle])) then respawnTimer[vehicle] = setTimer(respawn, 5000, 1, vehicle) end end end end end setTimer(doCheckVehicleDrown, 5000, 0)
  12. xeon17

    Skripter?

    Udjem ponekad da pogledam ima li sta novo. Ne igram MTA vise.
  13. Waiting for the opinion of Backz
  14. xeon17

    Povratak

    Ljudi Damjan se vratio samo da vam javim
  15. evidence ? https://community.multitheftauto.com/index.php?p ... ls&id=8890
  16. The topic was updated. Another two payment methods and scripts were added.
  17. Introduction Me and Banex decided to sell some scripts which we are not using anymore and which could be a useful addition to your server, for a fair price. Payment process and delivery Note: before purchasing a product, you can test it on our server Payment is done through PayPal, Bank or Western Union after the payment is made, the script will be sent to your E-mail address which you should write before completing the payment. Support Support will be provided for every sold script. if you accidentally find a bug, feel free to contact us and it will be fixed quickly. Contact If you have any questions about the scripts posted below, feel free to contact us. Skype: xeon-sdk Login System Screenshots: Price: 7$ Script Features: - Easy editable - SQL Account system - Modern and clean design Teleport System Screenshots: Price: 10$ Script Features: - Easy editable - Custom 3D markers - Modern and clean design Gym Screenshots: Price: 4$ Script Features: - Easy editable - Modern and clean design OOP DX Framework Functions: Screenshots of things made with this script Price: 12$ Script Features: - Easy editable - Good optimization - Recommended for people who just started creating their gamemode
  18. Even on server side it returns false. Tried localhost and internal ip too. function onResourceStart() for _, player in ipairs(getElementsByType("player")) do local fetch = fetchRemote("http://127.0.0.1:80/location.php", function (responseData, errno) if (errno) == 0 then setElementData(player, "language",tostring(responseData)) outputChatBox(tostring(fetch)) -- returns nil outputChatBox(getPlayerName(player)..": "..errno.." - ".. tostring(responseData)) -- returns xeon17: 0 - [false] end end) end end addEventHandler("onResourceStart", resourceRoot, onResourceStart)
  19. <php src="mta_sdk.php" /> <php src="location.php" /> Doesn't seems to work. Cannot find a resource file named 'location.php' in the resource Language.
  20. With port , it returns 0 - This is the page you want Without port it returns, 0- false
×
×
  • Create New...