19.11.2010, 10:13
Quote:
Im not really sure but try:
pawn Код:
|
You could use an other method.
This is an example of one of my first scripts.
Do not use this, it's not configured to your script
At the begin of the script:
pawn Код:
new money[MAX_PLAYERS];
pawn Код:
GetPlayerName(playerid, playername, sizeof(playername));
money[playerid] = dini_Int(playername, "money");
Begin of your script:
pawn Код:
new money[MAX_PLAYERS];
pawn Код:
money[playerid] = dini_Int(file, "money");
GivePlayerMoney(playerid, money[playerid]);