Eski bir web tarayıcısı kullanıyorsunuz. Bu veya diğer siteleri görüntülemekte sorunlar yaşayabilirsiniz.. Tarayıcınızı güncellemeli veya alternatif bir tarayıcı kullanmalısınız.
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()...
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)...
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...
--------------------------------------------
--- Desativar Q
--------------------------------------------
Citizen.CreateThread(function()
while true do
Citizen.Wait(1)
local ped = PlayerPedId()
local health = GetEntityHealth(ped)
if health >= 101 then...
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)
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 =...
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