“Contoh perintah fivem lua” Kode Jawaban

Contoh perintah fivem lua

Citizen.CreateThread(function() TriggerEvent('chat:addSuggestion', '/test', 'Testing this new command.') end)
RegisterCommand("test", function(source, args, rawCommandString)
    -- Colors can be found here: https://zap-hosting.com/guides/docs/en/fivem_servername_color/
    TriggerEvent('chatMessage', "^2TEST", { 255, 0, 62 }, "Testing this new command.")
end, false)

Zuntie

Contoh Perintah Fivem

RegisterCommand('car', function(source, args)
    -- TODO: make a vehicle! fun!
    TriggerEvent('chat:addMessage', {
        args = { 'I wish I could spawn this ' .. (args[1] or 'adder') .. ' but my owner was too lazy. :(' }
    })
end, false)

Zuntie

Jawaban yang mirip dengan “Contoh perintah fivem lua”

Pertanyaan yang mirip dengan “Contoh perintah fivem lua”

Lebih banyak jawaban terkait untuk “Contoh perintah fivem lua” di Lua

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya