Garry's Mod
111 ψήφοι
Expression 2 Serverside Files
   
Βραβείο
Αγαπημένο
Αγαπημένο
Μη αγαπημένο
Content Type: Addon
Addon Type: Tool
Addon Tags: Fun
Μέγεθος αρχείου
Αναρτήθηκε
731.000 B
23 Ιαν 2014, 22:02
1 σημείωση αλλαγών ( προβολή )

Συνδρομή για λήψη
Expression 2 Serverside Files

ΠΕΡΙΓΡΑΦΗ
This is an addon for Wiremod adding 9 Expression 2 functions that allow you to write/read files on your server. Unlike the file functions included in Wiremod, these files are saved serverside.

Requires Wiremod, obviously.

Adds these functions:
e2serverfileAppend(string path, string content)
e2serverfileCreateDir(string path)
e2serverfileDelete(string path)
e2serverfileExists(string path)
e2serverfileIsDir(string path)
e2serverfileRead(string path)
e2serverfileSize(string path)
e2serverfileTime(string path)
e2serverfileWrite(string path, string content)

IMPORTANT: All files must end in ".txt"
5 σχόλια
kumi.ko 1 Σεπ 2017, 19:58 
@Dbcraft11 it comes with Wiremod
DaveTheBaron 17 Αυγ 2017, 22:28 
HOW DO I EVEN GOET E2 IS IT A HACKING SOFTWARE!!? :steamsalty::steamsalty::steamsalty::steamsalty:
Lidl 3 Μαρ 2016, 8:56 
anyone know where i can find luarun e2 function for my server?
FM-96  [Δημιουργός] 25 Αυγ 2014, 9:37 
The functions are accessible by anyone.
There's no way to list all the files from inside the game though, so if you save something in a file other users won't know the file name and therefore can't mess with it.
froggcore 25 Αυγ 2014, 7:28 
Are these extensions superadmin accessible only? I wouldn't want my admins screwing with these extensions if anyone can use them..