03.10.2010, 20:55
You can only get console input via a filterscript, so you will need to save information to a file.
Ex: InputtedPassword = false
But then they could easily open and edit the value, so hash it.
Then simply check on the gamemode if the file equals true (hashed).
-Conroy
Ex: InputtedPassword = false
But then they could easily open and edit the value, so hash it.
Then simply check on the gamemode if the file equals true (hashed).
-Conroy