20.06.2017, 10:21
How can i add offline scores, example i have 10 score and then i use my command in game and try's to add 5 more score to the account, how can i do that while the player is offline?..
PHP Code:
new INI:ACCOUNT = INI_Open(file);
INI_SetTag(ACCOUNT,"data");
INI_WriteInt(ACCOUNT, "Score", "What would i add here? to add the score");
INI_Close(ACCOUNT);