13.03.2019, 13:19
IF YOU USE Y_INI this is how you can get things from a file of user who is offline
Код:
new string[64]; format( string, 64, "The_Folder_Where_Are_The_Users_Saved", playerid); INI_ParseFile(string, "Load"); forward Load(playerid,name[],value[]); public Load(playerid,name[],value[]) { INI_Int("Thing_You_Want_To_Get_From_Player",Variable_To_Store_It); }