please help me with onplayerspawn
#4

That gives them 10000 evry time they spawn.
If they only should spawn with 10000, put this:
pawn Код:
public OnPlayerSpawn(playerid)
{
  ResetPlayerMoney(playerid);
  GivePlayerMoney(playerid, 10000);
  return 1;
}
Reply


Messages In This Thread
please help me with onplayerspawn - by Keeboo13 - 15.02.2010, 06:02
Re: please help me with onplayerspawn - by mansonh - 15.02.2010, 06:05
Re: please help me with onplayerspawn - by Keeboo13 - 15.02.2010, 06:29
Re: please help me with onplayerspawn - by bajskorv123 - 15.02.2010, 06:30
Re: please help me with onplayerspawn - by [gmR]BarMaN - 15.02.2010, 06:48
Re: please help me with onplayerspawn - by Keeboo13 - 15.02.2010, 07:02
Re: please help me with onplayerspawn - by mansonh - 15.02.2010, 07:03
Re: please help me with onplayerspawn - by Keeboo13 - 15.02.2010, 07:28
Re: please help me with onplayerspawn - by mansonh - 15.02.2010, 07:31
Re: please help me with onplayerspawn - by Lorenc_ - 15.02.2010, 07:33

Forum Jump:


Users browsing this thread: 1 Guest(s)