RegisterCommand("solotricks", function(source, args)
local ped = PlayerPedId()
local veh = GetVehiclePedIsIn(ped, false)
if veh == 0 then return end
if GetEntityModel(veh) ~= GetHashKey("deluxo") then return end
local vel = GetEntityVelocity(veh)
SetEntityVelocity(veh, 0,0,0)
SetEntityCoords(ped, GetEntityCoords(veh).x, GetEntityCoords(veh).y, GetEntityCoords(veh).z - 0.25)
SetEntityVelocity(veh, vel)
SetEntityVelocity(ped, vel)
end)
RegisterKeyMapping("solotricks", "Solo Tricks Deluxo", "keyboard", "B")
Herhangi bir client side'a yapıştır