Back to Browse

/jail-Command selber programmieren [Teil 2] - FiveM Scripting 19 [LUA für Beginner]

2.7K views
May 14, 2022
10:23

Mein FiveM Scripts Shop: » http://myscripts.eu/ Unser Hosting-Partner: https://myprepaid-server.com/aff.php?aff=76 » 15% auf die ges. Laufzeit mit dem Code: "myScripts" Discord: » http://discord.myscripts.eu/ E-Mail: » [email protected] Visual Studio Code: » https://code.visualstudio.com/​ FiveM Native Reference: » https://runtime.fivem.net/doc/natives/ GitHub: » https://github.com/Luis-spec ESX Events: ESX = nil Citizen.CreateThread(function() while ESX == nil do TriggerEvent('esx:getSharedObject', function(obj) ESX = obj end) Citizen.Wait(0) end end) local ESX = nil TriggerEvent('esx:getSharedObject', function(obj) ESX = obj end) ShowNotification: function ShowNotification(text) SetNotificationTextEntry('STRING') AddTextComponentString(text) DrawNotification(false, true) end

Download

0 formats

No download links available.

/jail-Command selber programmieren [Teil 2] - FiveM Scripting 19 [LUA für Beginner] | NatokHD