14.03.2013, 11:29
(
Последний раз редактировалось Dylan_Madigan69; 14.03.2013 в 21:35.
)
S O L V E D
I got YSI to read the ini file for the player, but only because i manually made one in windows explorer.
Upon connection, a user without a file should have one made automaticly.Below is a part of the log file, from server start to me leaving.
I used admin power to give my self a members rank in Stage 25 which should be saved. After i made a folder called "Users" and put "Dylan_Madigan.ini" in it then YSI had no problems reading/writeing the file for loading, saving, and modifying. I still have this problem with other players not having files automaticly made. This is running in a filterscript, if it matters. I also did try running the server as administrator.
Includes:
YSI
Whirlpool
Plugins:
Whirlpool
Anyone know what i can do to fix this?
__________________________________________________ _______________________________________________
SOLUTION:
In this situation, i had to create the folder manually, inside script files ofcorse. After that it was creating player files on it's own.
I got YSI to read the ini file for the player, but only because i manually made one in windows explorer.
Upon connection, a user without a file should have one made automaticly.Below is a part of the log file, from server start to me leaving.
Код:
[06:13:10]------------------------------------------------------------------------------- [06:13:10] -----------------------------Madigan's Test Server----------------------------- [06:13:10] ------------------------------------------------------------------------------- [06:13:10] Number of vehicle models: 172 [06:13:13] Filterscript: DMWS: The weather has been changed automaticly. [06:13:32] Incoming connection: 127.0.0.1:52118 [06:13:32] [join] Dylan_Madigan has joined the server (0:127.0.0.1) [06:13:32] *** YSI Error: INI_Open could not find or create file Users/Dylan_Madigan.ini [06:13:42] Players: Civillian Dylan_Madigan spawned. [06:13:52] RCON (In-Game): Player #0 (Dylan_Madigan) has logged in. [06:13:58] Filterscript: S25: Dylan_Madigan made himself a level 3 S25 worker. [06:14:00] [part] Dylan_Madigan has left the server (0:1)
Includes:
YSI
Whirlpool
Plugins:
Whirlpool
Anyone know what i can do to fix this?
__________________________________________________ _______________________________________________
SOLUTION:
In this situation, i had to create the folder manually, inside script files ofcorse. After that it was creating player files on it's own.