Infocard Loader
This commit is contained in:
@@ -1,23 +1,11 @@
|
||||
print("Lua started!")
|
||||
|
||||
-- Open the console after a delay
|
||||
-- Example Timer after Delay
|
||||
-- rem.StartTimer(2000, function()
|
||||
-- rem.ShowNNMessage(9000)
|
||||
-- print("Console open after 2 seconds.")
|
||||
-- end)
|
||||
|
||||
-- Add Infocard
|
||||
rem.AddInfoCard(9000, "TestSpam")
|
||||
rem.AddInfoCard(1904, "REMNANT")
|
||||
|
||||
-- RACE INFOCARDS
|
||||
rem.AddInfoCard(9001, "1")
|
||||
rem.AddInfoCard(9002, "2")
|
||||
rem.AddInfoCard(9003, "3")
|
||||
rem.AddInfoCard(9004, "4")
|
||||
rem.AddInfoCard(9005, "5")
|
||||
rem.AddInfoCard(9006, "START")
|
||||
|
||||
rem.ConfigureWeaponFire({
|
||||
{1, 70}, -- Weapon 1: 70ms Cooldown
|
||||
{2, 100}, -- Weapon 2: 100ms Cooldown
|
||||
|
||||
Reference in New Issue
Block a user