My FiveM Scripts Shop:
» http://myscripts.eu/
ZapHosting: https://zap-hosting.com/myscripts
» 20% off using the code: myScripts-a-2452
Discord: https://discord.gg/UyAu2jABzE
00:00 Einleitung
00:21 Grundstruktur
01:00 Der Server als Vermittler
02:01 Daten senden und empfangen
02:31 Mehrere Argumente in einem String
04:30 Daten senden und empfangen
08:07 Testen
Code: https://github.com/Luis-spec/Tutorial
Visual Studio Code:
https://code.visualstudio.com/
FiveM Native Reference:
https://runtime.fivem.net/doc/natives/
NativeUI Download:
https://github.com/FrazzIe/NativeUILua
function ShowNotification(text)
SetNotificationTextEntry('STRING')
AddTextComponentString(text)
DrawNotification(false, true)
end
Download
0 formats
No download links available.
FiveM Scripting 5 - Server/Client Events und Trigger | NatokHD