Changed cl_lsft.txt
This commit is contained in:
parent
1b1621aedf
commit
a03933a81e
1 changed files with 3 additions and 0 deletions
|
@ -17,9 +17,12 @@
|
||||||
TODO: Literally everything
|
TODO: Literally everything
|
||||||
TODO: Update checker
|
TODO: Update checker
|
||||||
TODO: On module load, grab default config values. Write changed values
|
TODO: On module load, grab default config values. Write changed values
|
||||||
|
TODO: Clientside core:log, with network to owner
|
||||||
prop.createSent(chip():getPos()+Vector(0,0,90),Angle(0,0,0),"Seat_Airboat",true)
|
prop.createSent(chip():getPos()+Vector(0,0,90),Angle(0,0,0),"Seat_Airboat",true)
|
||||||
--]]
|
--]]
|
||||||
|
|
||||||
|
core = {}
|
||||||
|
|
||||||
if player() == owner() then
|
if player() == owner() then
|
||||||
if not file.exists("lsftconf.txt") then
|
if not file.exists("lsftconf.txt") then
|
||||||
file.write("lsftconf.txt", "{}")
|
file.write("lsftconf.txt", "{}")
|
||||||
|
|
Loading…
Reference in a new issue