Jump to content

Dragic

Legendary Member
  • Posts

    1,024
  • Credits

  • Joined

  • Last visited

  • Days Won

    22
  • Feedback

    100%

Everything posted by Dragic

  1. Just buy any vps with 10 euros from ovh and you will be fine! @transe
  2. Θελουν να μας παρουν τα μετρα!
  3. Fast delivery and very trusted & friendly guy, totally recommended!
  4. Με αύτα που γινόνται εδώ πέρα ούτε με κυάλια δεν τον βλέπετε* τον @Justice
  5. Damn it, there is people who buying this stuff ?
  6. Jars will be insine build folder in your source.
  7. Amazing share thank you
  8. Moved to Greek Section! Καλησπέρα εδώ Server Development Discussion [Greek] θα βρεις οτι χρειάζεσαι!
  9. Your welcome topic locked!
  10. 1) Open Interface.xdat with xdat editor or decompile it to xml and edit it 2) Go to shortcuts table 3) Choose "GamingStateShortcut" 4) Find "ShowClanWnd" and delete it @GsLIf your topic solved please let me know!
  11. Just remove it from your interface.xdat.
  12. Its hyperfilter order panel. I dont know if this helps you after 1 month+ now i see, i preffer you to take stattic ip for tcp applications and install your server/db on this IP your network traffic will be better!
  13. We have left you free to have this discussion this time around but some of you often get off topic all the time, so please do not get off topic anymore. Lucera is based in H5 PTS files i have work on it like 3,5 years + lucera needs much progress for build your server with it but is worth it i like this base and lucera movement. aCis is good base for write java if you are not actually educated developer etc but still need progress also. Thats my opinion since lucera is based on h5 you can't compare it because it is something different. Regards.
  14. START NEW ADVENTURE! Top upcoming project is coming! Your Title redirect to l2mid.com fix the url!
  15. Yeah i agree with celestine i have bough from coolness web template!
  16. Jesus None Protects xZone or TopZone, everyone knows about topzone and to be honest i am banned from TopZone.com so stop make advertise on this corrapted TopSite! Locked.
  17. Hello dear community, today i made the decision to share with you my AIM LOGS for your discord server. The Aim Logs is when someone target another player with weapon or mele, my script print it in your discord webhook with full details. 1. First you need to Download JD_Logs v1. 2. Open from logs resource the file server.lua and find this Function! Citizen.CreateThread(function() while true do Citizen.Wait(0) local playerped = GetPlayerPed(-1) if IsPedShooting(playerped) then TriggerServerEvent('playerShotWeapon', WeaponNames[tostring(GetSelectedPedWeapon(playerped))]) Citizen.Wait(5000) end end end) 3. Now Replace it with my code! Citizen.CreateThread(function() while true do Citizen.Wait(0) local playerped = GetPlayerPed(-1) if IsPedShooting(playerped) then TriggerServerEvent('playerShotWeapon', WeaponNames[tostring(GetSelectedPedWeapon(playerped))]) Citizen.Wait(5000) end if GetEntityPlayerIsFreeAimingAt(PlayerId(PlayerId)) then local retval, target = GetEntityPlayerIsFreeAimingAt(PlayerId()) local targetPlayer = retval and NetworkGetPlayerIndexFromPed(target) local targetSource = targetPlayer and GetPlayerServerId(targetPlayer) TriggerServerEvent('playerAiming', targetSource, WeaponNames[tostring(GetSelectedPedWeapon(playerped))]) Citizen.Wait(5000) end end end) 4. Open open the file client.lua and paste my code! RegisterServerEvent('playerAiming') AddEventHandler('playerAiming', function(targetPlayer, weapon) local ids = ExtractIdentifiers(source) local postal = getPlayerLocation(source) local playerName = GetPlayerName(source) local targetIdentifiers = ExtractIdentifiers(targetPlayer) local targetName = GetPlayerName(targetPlayer) if Config.steamURL then if targetIdentifiers.steam ~= "" then _targetSteamURL ="\nhttps://steamcommunity.com/profiles/" ..tonumber(targetIdentifiers.steam:gsub("steam:", ""),16).."" else _targetSteamURL = "\nSteam URL: N/A" end else _targetIdentifiers = "" end if Config.aiming then _targetName = "\n**To Steam Name Του Στόχου:** ".. targetName .." " else _targetName = "" end if Config.steamID then if targetIdentifiers.steam ~= "" then _targetIdentifiers ="\n**To Steam ID Του Στόχου:** " ..targetIdentifiers.steam.."" else _targetIdentifiers = "\n**To Steam ID:** N/A" end else _targetIdentifiers = "" end if Config.aiming then _targetPlayer ="\n**To Α.Φ.Μ Του Στόχου:** " .. targetPlayer .."" else _targetPlayer = "" end if Config.aiming then if targetIdentifiers.license ~= "" then _targetLicense ="\n**To RockStar ID Του Στόχου:** " ..targetIdentifiers.license.."" else _targetLicense = "\n**To License ID :** N/A" end else _targetLicense = "" end if Config.discordID then if targetIdentifiers.discord ~= "" then _targetDiscord ="\n**To Discord ID Του Στόχου:** <@" ..targetIdentifiers.discord:gsub("discord:", "")..">" else _targetDiscord = "\n**Discord ID:** N/A" end else _targetDiscord = "" end if Config.postal then _postal = "\n**Nearest Postal:** ".. postal .."" else _postal = "" end if Config.discordID then if ids.discord ~= "" then _discordID ="\n**Το Discord ID Του Yπαίτιου:** <@" ..ids.discord:gsub("discord:", "")..">" else _discordID = "\n**Το Discord ID Του Yπαίτιου:** N/A" end else _discordID = "" end if Config.steamID then if ids.steam ~= "" then _steamID ="\n**Το Steam ID Του Yπαίτιου:** " ..ids.steam.."" else _steamID = "\n**Το Steam ID Του Yπαίτιου:** N/A" end else _steamID = "" end if Config.aiming then _playerName = "\n**Το Steam Name Του Yπαίτιου:** ".. playerName .." " else _playerName = "" end if Config.aiming then if ids.license ~= "" then _playerLicense ="\n**Το RockStar ID Του Yπαίτιου:** " ..ids.license.."" else _playerLicense = "\n**Το License ID Του Yπαίτιου:** N/A" end else _playerLicense = "" end if Config.steamURL then if ids.steam ~= "" then _steamURL ="\nhttps://steamcommunity.com/profiles/" ..tonumber(ids.steam:gsub("steam:", ""),16).."" else _steamURL = "\nSteam URL:** N/A" end else _steamID = "" end if Config.playerID then _playerID ="\n**Το Α.Φ.Μ Του Yπαίτιου :** " ..source.."" else _playerID = "" end if Config.weaponLog then discordLog('**O/H ' .. sanitize(GetPlayerName(source)) .. ' Σημάδεψε με ' ..weapon.. ' **' .. _targetName .. '' .. _targetPlayer .. ''.. _targetIdentifiers .. '' .. _targetSteamURL ..'' .. _targetDiscord .. ''.. _targetLicense .. '' .. _postal ..'' .. _playerName .. '' .. _playerID .. ''.. _steamID ..'' .. _steamURL .. ''.. _discordID ..'' .. _playerLicense .. '', Config.shootingColor, 'aiming') end end) 5. Open the file config.lua and paste this line! Config.aiming = true P.S The details are writen in Greeks you must translate it!
      • 1
      • Upvote
  18. Hello @vaiNmode Add prefix on your title your server type L2J or L2Off.
  19. Awesome weapons gj asuki
  20. exei allaksei 10 names kserw egw haha Oxi re to rule mpike tin epomeni imera den exei sxesi me auto. Episis sta rules legame ksekathara oti ean to topic dn tirei ta parapano rules tha ginete delete xwris kapoia proidopoihsh ( palio rule ) to opoio to aferesame!
  21. Monos sou ginesai expose den kaneis emena expose. Warning efages gia toxic bahavior kai to ban giati trollareis.
  22. Locked.
×
×
  • Create New...