05.04.2009, 19:35
The registered accounts files will goto /scriptfiles/
but i want it saves
/scriptfiles/accounts/
but i want it saves
/scriptfiles/accounts/
Код:
GetPlayerName(playerid, plname, sizeof(plname)); format(string, sizeof(string), "%s.ini", plname); if(fexist(string))
Код:
GetPlayerName(playerid, sendername, sizeof(sendername)); format(string, sizeof(string), "%s.ini", sendername); new File: hFile = fopen(string, io_read); if (hFile)
Код:
GetPlayerName(playerid, playername3, sizeof(playername3)); format(string3, sizeof(string3), "%s.ini", playername3); new File: hFile = fopen(string3, io_write);