Migrated DEV-Build 0.3.0

This commit is contained in:
NekuraMew
2025-05-14 11:44:48 +02:00
parent c26cb313cc
commit a37f28da9f
68 changed files with 2826 additions and 1824 deletions

View File

@@ -1,10 +1,10 @@
print("Lua started!")
-- Open the console after a delay
rem.StartTimer(2000, function()
rem.ShowNNMessage(9000)
print("Console open after 2 seconds.")
end)
-- rem.StartTimer(2000, function()
-- rem.ShowNNMessage(9000)
-- print("Console open after 2 seconds.")
-- end)
-- Add Infocard
rem.AddInfoCard(9000, "TestSpam")