функция flip car Что? Кто-нибудь знает

harrygua

Новичок
Автор темы
18
1
Версия MoonLoader
Другое
Пожалуйста, скажи мне, друг

Screenshot_13.png
 

kyrtion

Известный
888
316
Это можно сделать только когда ты водитель:
setCarCoordinates

Похожий скрипт:
 

harrygua

Новичок
Автор темы
18
1
Это можно сделать только когда ты водитель:
setCarCoordinates

Похожий скрипт:
Код:
script_name("flipcar")
script_author("k3rtes")

require "lib.moonloader"

function main()
    if not isSampLoaded() or not isSampfuncsLoaded() then return end
    while not isSampAvailable() do wait(100) end

    while true do
        wait(0)

        if isKeyJustPressed(VK_DELETE) then
            if isCharInAnyCar(PLAYER_PED) then
                local v = storeCarCharIsInNoSave(PLAYER_PED)
                local x, y, z = getCarCoordinates(v)
                local rx, ry, rz = getCarRotation(v)
                
                setCarRotation(v, rx, ry, rz + 180)
                setCarCoordinates(v, x, y, z)
            end
        end

    end
akhir[/KODE]

пожалуйста, исправь это, друг

Код:
script_name("flipcar")
script_author("k3rtes")

require "lib.moonloader"

function main()
    if not isSampLoaded() or not isSampfuncsLoaded() then return end
    while not isSampAvailable() do wait(100) end

    while true do
        wait(0)

        if isKeyJustPressed(VK_DELETE) then
            if isCharInAnyCar(PLAYER_PED) then
                local v = storeCarCharIsInNoSave(PLAYER_PED)
                local x, y, z = getCarCoordinates(v)
                local rx, ry, rz = getCarRotation(v)
               
                setCarRotation(v, rx, ry, rz + 180)
                setCarCoordinates(v, x, y, z)
            end
        end

    end
akhir[/KODE]

пожалуйста, исправь это, друг
пожалуйста, исправь это, друг
 

VanoKLR

Известный
839
458
Код:
script_name("flipcar")
script_author("k3rtes")

require "lib.moonloader"

function main()
    if not isSampLoaded() or not isSampfuncsLoaded() then return end
    while not isSampAvailable() do wait(100) end

    while true do
        wait(0)

        if isKeyJustPressed(VK_DELETE) then
            if isCharInAnyCar(PLAYER_PED) then
                local v = storeCarCharIsInNoSave(PLAYER_PED)
                local x, y, z = getCarCoordinates(v)
                      setCarCoordinates(v, x, y, z)
            end
        end

    end
end

пожалуйста, исправь это, друг