Added RACE INFOCARDS to Lua
This commit is contained in:
@@ -10,6 +10,14 @@ print("Lua started!")
|
|||||||
rem.AddInfoCard(9000, "TestSpam")
|
rem.AddInfoCard(9000, "TestSpam")
|
||||||
rem.AddInfoCard(1904, "REMNANT")
|
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({
|
rem.ConfigureWeaponFire({
|
||||||
{1, 70}, -- Weapon 1: 70ms Cooldown
|
{1, 70}, -- Weapon 1: 70ms Cooldown
|
||||||
{2, 100}, -- Weapon 2: 100ms Cooldown
|
{2, 100}, -- Weapon 2: 100ms Cooldown
|
||||||
|
|||||||
Reference in New Issue
Block a user