Back to Browse

KFZ-Steuer programmieren - FiveM Scripting 20 [LUA für Beginner]

10.4K views
May 21, 2022
12:27

Mein FiveM Scripts Shop: » http://myscripts.eu/ Cardealer aus dem Video: » https://luis-scripts.tebex.io/package/5073910 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) ShowPictureNotification: function showPictureNotification(icon, msg, title, subtitle) SetNotificationTextEntry("STRING") AddTextComponentString(msg); SetNotificationMessage(icon, icon, true, 1, title, subtitle); DrawNotification(false, true); end

Download

0 formats

No download links available.

KFZ-Steuer programmieren - FiveM Scripting 20 [LUA für Beginner] | NatokHD