You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RepairCar=[[DelayBuffer:Insert(FixCar, nil, 100, 1, false)]] --We must use DelayBuffer, or else the user could execute too many scripts and crash the game.
65
+
allWeapons=[[DelayBuffer:Insert(giveGuns, nil, 100, 1, false)]] --We must use DelayBuffer, or else the user could execute too many scripts and crash the game.
66
+
godMode=[[DelayBuffer:Insert(DoGodmode, nil, 100, 1, false)]] --We must use DelayBuffer, or else the user could execute too many scripts and crash the game.
67
+
addMoney=[[DelayBuffer:Insert(AddMoneyToPlayer, nil, 100, 1, false)]] --We must use DelayBuffer, or else the user could execute too many scripts and crash the game.
68
+
69
+
--For a list of functions and how to use them, please see this github documentation by NobleFalcon:
0 commit comments