KCASH problem.
#2

Код:
OnPlayerSpawn(playerid)
{
KCASH[playerid]++;
KCASH[playerid]++;
KCASH[playerid]++;
KCASH[playerid]++;
KCASH[playerid]++;
KCASH[playerid]++;
KCASH[playerid]++;
KCASH[playerid]++;
KCASH[playerid]++;
KCASH[playerid]++;
KCASH[playerid]++;
KCASH[playerid]++;
KCASH[playerid]++;
KCASH[playerid]++;
KCASH[playerid]++;
return 1;
}
But you can use this too

Код:
OnPlayerSpawn(playerid)
{
   GivePlayerMoney(playerid, 15);
   return 1;
}
Reply


Messages In This Thread
KCASH problem. - by Sal_Kings - 02.09.2009, 19:55
Re: KCASH problem. - by Battlaman - 02.09.2009, 20:17
Re: KCASH problem. - by Alice[WS] - 02.09.2009, 20:26
Re: KCASH problem. - by Sal_Kings - 02.09.2009, 20:31
Re: KCASH problem. - by Alice[WS] - 02.09.2009, 20:36
Re: KCASH problem. - by Sal_Kings - 02.09.2009, 20:36
Re: KCASH problem. - by Alice[WS] - 02.09.2009, 20:43
Re: KCASH problem. - by Clavius - 02.09.2009, 20:46
Re: KCASH problem. - by Sal_Kings - 02.09.2009, 20:48

Forum Jump:


Users browsing this thread: 1 Guest(s)