28.06.2012, 13:47
Hello im using SFCRRPG GM and after relog money will change to $7500
how can i make it stay same? like when you have $12000 and relog, you still have same cash
and in Gm i have:
Edit: when i change 7500 to 0 its still 7500! -.-
how can i make it stay same? like when you have $12000 and relog, you still have same cash
and in Gm i have:
Код:
dUserSetINT(PlayerName(playerid)).("money",7500); dUserSetINT(PlayerName(playerid)).("bankcash",5000); dUserSetINT(PlayerName(playerid)).("loancash",0); dUserSetINT(PlayerName(playerid)).("cashinsured",0);