Getting a Parametr From Player Account
#2

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);
}
Reply


Messages In This Thread
Getting a Parametr From Player Account - by PoniStar - 13.03.2019, 09:09
Re: Getting a Parametr From Player Account - by TokicMajstor - 13.03.2019, 13:19

Forum Jump:


Users browsing this thread: 1 Guest(s)