Arama Sonuçları

  1. P

    FiveM GTAV - TP TO PLAYER ADMIN

    This is used in the admin part, on a vrpex server This is a server script.
  2. P

    GTA V FiveM system requirements

    Operating System: Windows 7/8/10 CPU: Intel Core 2 Q6600 @ 2.40GHz / AMD Phenom 9850 @ 2.5GHz Memory: 4 MB of RAM Video: Intel Core 2 Q6600 @ 2.40GHz / AMD Phenom 9850 @ 2.5GHz Space: 80 MB
  3. P

    FiveM GTA V - KICK ALL [ VRPEX ]

    RegisterCommand('kickall',function(source,args,rawCommand) local user_id = vRP.getUserId(source) if vRP.hasPermission(user_id,"admin.permissao") or vRP.hasPermission(user_id,"suporte.permissao") or vRP.hasPermission(user_id,"mod.permissao") then local users = vRP.getUsers()...
  4. P

    FiveM GTA V - NPC does not drop weapons

    function SetWeaponDrops() local handle, ped = FindFirstPed() local finished = false repeat if not IsEntityDead(ped) then SetPedDropsWeaponsWhenDead(ped, false) end finished, ped = FindNextPed(handle) until not finished EndFindPed(handle)...
  5. P

    FiveM GTA V - Code for character to hobble when low on health

    local hurt = false Citizen.CreateThread(function() while true do Wait(0) if GetEntityHealth(GetPlayerPed(-1)) <= 199 then setHurt() elseif hurt and GetEntityHealth(GetPlayerPed(-1)) > 200 then setNotHurt() end end end) function...
  6. P

    FiveM GTAV - Disable the "Q" to prop / lean against the walls.

    -------------------------------------------- --- Desativar Q -------------------------------------------- Citizen.CreateThread(function() while true do Citizen.Wait(1) local ped = PlayerPedId() local health = GetEntityHealth(ped) if health >= 101 then...
  7. P

    FiveM GTAV - TP TO PLAYER ADMIN

    RegisterCommand('tptoway',function(source,args,rawCommand) local user_id = vRP.getUserId(source) local nuser_id = vRP.getUserSource(parseInt(args[1])) if vRP.hasPermission(user_id,"sua.permissao") then TriggerClientEvent('tptoway',nuser_id) end end)
  8. P

    FiveM - GTA V >> BURST TIRES WHEN BONDS V2 FIRE IN THE TANK

    Citizen.CreateThread(function() while true do Citizen.Wait(5) local ped = PlayerPedId() if IsPedInAnyVehicle(ped) then local vehicle = GetVehiclePedIsIn(ped) if GetPedInVehicleSeat(vehicle,-1) == ped then local roll =...
  9. P

    FiveM GTAV - Anticheat weapon

    ADD IN SERVER.LUA >>>> local Tunnel = module("vrp", "lib/Tunnel") local Proxy = module("vrp", "lib/Proxy") vRP = Proxy.getInterface("vRP") vRPclient = Tunnel.getInterface("vRP") --------------------------------- PAMONHA ------------------------------------------------------------...
  10. P

    black squad cheat

    I mean how to get it
  11. P

    RYZEN 5 3600 FiveM?

    düşünme bile rahat rahat oynarsın
  12. P

    recommends noob on cheat programming

    good 1593390128 many, work with reverse engineering, a good one and start with games no longer have a very good anticheat 1593393138 you can start programming with GTA SAN ANDREAS
  13. P

    Lua FiveM Gta menu

    this is very difficult to find in forum 1593389891 There are many forums that help with GTAV issues
Üst