money
#3

Top of your script add:

Код:
new spawncash[MAX_PLAYERS];
OnPlayerConnect
Код:
spawncash[playerid] = 0;
Then you can do this on spawn.

Код:
public OnPlayerSpawn(playerid)
{
  if(spawncash[playerid] == 0)
   {
   GivePlayerMoney(playerid, 100);
   spawncash[playerid] = 1;
   }
}
Reply


Messages In This Thread
money - by Geekzor - 12.08.2009, 09:25
Re: money - by V1ceC1ty - 12.08.2009, 09:44
Re: money - by soxfan - 12.08.2009, 10:03
Re: money - by James_Alex - 12.08.2009, 10:05
Re: money - by sandisk125 - 12.08.2009, 10:46
Re: money - by WrathOfGenesis - 12.08.2009, 10:54

Forum Jump:


Users browsing this thread: 1 Guest(s)