23.10.2011, 18:30
(
Последний раз редактировалось Malinark; 23.10.2011 в 19:41.
)
find
go to
change it to
then find
add
safegiveplayermoney will already be there, so add the line above it, you can change the value of SafeGivePlayerMoney to whatever.
Код:
public OnPlayerRegister(playerid, password[])
Код:
dini_IntSet(string3, "Money",PlayerInfo[playerid][pCash]); PlayerInfo[playerid][pCash] = ScriptMoney[playerid];
Код:
PlayerInfo[playerid][pCash] = ScriptMoney[playerid]; dini_IntSet(string3, "Money",PlayerInfo[playerid][pCash]);
Код:
if(PlayerInfo[playerid][pTut] == 0)
Код:
SafeResetPlayerMoney(playerid); SafeGivePlayerMoney(playerid,100000);