ERROR Compile
#8

At OnPlayerDisconnect, change:
pawn Код:
udb_UserSetInt(PlayerName(playerid), GetPlayerMoney(playerid));
to:
pawn Код:
udb_UserSetInt(PlayerName(playerid)).("money", GetPlayerMoney(playerid));
And at dcmd_login:
pawn Код:
GivePlayerMoney(playerid, udb_UserInt(PlayerName(playerid)) - GetPlayerMoney(playerid));
to:
pawn Код:
GivePlayerMoney(playerid, udb_UserInt(PlayerName(playerid)).("money") - GetPlayerMoney(playerid));
Reply


Messages In This Thread
ERROR Compile - by michaeldevel - 15.06.2009, 15:16
Re: ERROR Compile - by Correlli - 15.06.2009, 15:23
Re: ERROR Compile - by michaeldevel - 15.06.2009, 15:30
Re: ERROR Compile - by Correlli - 15.06.2009, 15:43
Re: ERROR Compile - by michaeldevel - 15.06.2009, 15:52
Re: ERROR Compile - by Correlli - 15.06.2009, 16:41
Re: ERROR Compile - by michaeldevel - 15.06.2009, 16:54
Re: ERROR Compile - by Correlli - 15.06.2009, 17:03
Re: ERROR Compile - by michaeldevel - 15.06.2009, 17:13

Forum Jump:


Users browsing this thread: 1 Guest(s)