[Account Help]Saving Issues
#2

pawn Код:
INI_WriteInt(File,"Cash",GivePlayerMoney(playerid, 10000));
Lolwat? That should just be
pawn Код:
INI_WriteInt(File, "Cash", 10000);
GivePlayerMoney(playerid, 10000);
Because GivePlayerMoney doesn't return the $$ given as far as I know. For the skin issue, make sure that there is actually a value on PlayerInfo[playerid][pSkin] or just use GetPlayerSkin.
Reply


Messages In This Thread
[Account Help]Saving Issues - by SantarioLeone - 12.10.2011, 02:01
Re: [Account Help]Saving Issues - by [HiC]TheKiller - 12.10.2011, 02:07
Re: [Account Help]Saving Issues - by Kush - 12.10.2011, 02:22
Re: [Account Help]Saving Issues - by SantarioLeone - 12.10.2011, 02:39
Re: [Account Help]Saving Issues - by Kush - 12.10.2011, 02:52
Re: [Account Help]Saving Issues - by SantarioLeone - 12.10.2011, 17:59

Forum Jump:


Users browsing this thread: 1 Guest(s)