Help me with saving system please
#10

That warning Loose indentation, you just need to line that return.

About that thing with money, try to fix those things,
PHP код:
PlayerInfo[playerid][pCash] = GetPlayerCash(playerid); 
into
PHP код:
PlayerInfo[playerid][pCash] = GetPlayerMoney(playerid); 
And add this if you don't have it.
PHP код:
OnPlayerSpawn(playerid);
{
     
SetPlayerMoney(playeridPlayerInfo[playerid][pCash]);
     return 
1;

Reply


Messages In This Thread
Help me with saving system please - by ryansheilds - 15.01.2012, 13:37
Re: Help me with saving system please - by mineralo - 15.01.2012, 14:53
Re: Help me with saving system please - by ryansheilds - 15.01.2012, 16:08
Re: Help me with saving system please - by Bogdan1992 - 15.01.2012, 16:20
Re: Help me with saving system please - by ryansheilds - 15.01.2012, 17:01
Re: Help me with saving system please - by Bogdan1992 - 15.01.2012, 17:12
Re: Help me with saving system please - by ryansheilds - 15.01.2012, 17:40
Re: Help me with saving system please - by Bogdan1992 - 15.01.2012, 17:43
Re: Help me with saving system please - by ryansheilds - 15.01.2012, 17:52
Re: Help me with saving system please - by Bogdan1992 - 15.01.2012, 18:06

Forum Jump:


Users browsing this thread: 1 Guest(s)