05.01.2012, 11:49
FIXED!
I change this:
to this:
I change this:
PHP код:
INI_WriteInt(File,"Money",10000);
PHP код:
INI_WriteInt(File,"Money",PlayerInfo[playerid][pMoney] = 10000);