27.10.2012, 12:22
PHP код:
new filestring[128];
format(filestring, sizeof(filestring), "scriptfiles/Administration/Users/%s.ini", pname);
new arand =random(2,147,483,647);
new INI:File = INI_Open(filestring);
INI_SetTag(File,"Player's Data");
INI_WriteInt(File, "Agent Numer",arand);
INI_Close(File);