KCASH problem.
#3

Add this before main() :

Код:
new KCash[MAX_PLAYERS];

stock GivePlayerKCash(playerid, money)
{
KCash[playerid] = KCash[playerid] + money;
return KCash[playerid];
}
Then:
Код:
OnPlayerSpawn(playerid)
{
GivePlayerKCash(playerid, 15);
return 1;
}
Have fun !
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)