20.06.2017, 14:58
Quote:
I'm against using outdated INI methods when there are things like MySQL or SQLite. If you're bound to using this, you should simply get their stored score and add on to it. Example where newscore is the amount of score you want to add on (or subtract by having it a negative value).
pawn Code:
|
PHP Code:
INI_WriteInt(ACCOUNT, INI_Int(ACCOUNT, "Score") + amount);
PHP Code:
INI_WriteInt(ACCOUNT, INI_Int(ACCOUNT,