remove old sasp vehicles and new

vehicles and install new scripts
This commit is contained in:
KingMcDonalds
2024-11-14 17:08:32 -08:00
parent def46582fc
commit 238a6ba93b
655 changed files with 10913 additions and 14626 deletions
+11
View File
@@ -0,0 +1,11 @@
function alert(msg)
SetTextComponentFormat("STRING")
AddTextComponentString(msg)
DisplayHelpTextFromStringLabel(0, 0, 1, -1)
end
function notify(string)
SetNotificationTextEntry("STRING")
AddTextComponentString(string)
DrawNotification(true, false)
end