remove old sasp vehicles and new
vehicles and install new scripts
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user