Money Saving Problem, for the smart.
#2

You'd need a registration and login system in order to make it work correctly. Simply use something like "startMoney" and save it to the players profile. At OnPlayerConnect check the startMoney, if it's 0, give them $10,000, otherwise don't.

Код:
if(startMoney[playerid] == 0)
{
  GivePlayerMoney(playerid,10000);
  startMoney[playerid] = 1;
}
Reply


Messages In This Thread
Money Saving Problem, for the smart. - by bluray - 04.01.2010, 11:34
Re: Money Saving Problem, for the smart. - by ettans - 04.01.2010, 12:09

Forum Jump:


Users browsing this thread: 2 Guest(s)