/buyseed [Seed]
#10

Like this?

new AmountPlanted[MAX_PLAYERS];

else if(SeedType == 2)
{
format(string, sizeof (string), "You have succesfully planted your %d Carrot Seed(s).", Amount);
SendClientMessage(playerid, 0x00FF0096, string);
AmountPlanted[playerid] += Amount;
Amount = AmountPlanted[playerid];

return 1;
}
Reply


Messages In This Thread
/buyseed [Seed] - by Koppa, - 05.06.2009, 17:50
Re: /buyseed [Seed] - by miokie - 05.06.2009, 19:40
Re: /buyseed [Seed] - by Badger(new) - 05.06.2009, 21:36
Re: /buyseed [Seed] - by Koppa, - 06.06.2009, 15:34
Re: /buyseed [Seed] - by miokie - 06.06.2009, 15:44
Re: /buyseed [Seed] - by Koppa, - 06.06.2009, 16:21
Re: /buyseed [Seed] - by miokie - 06.06.2009, 16:30
Re: /buyseed [Seed] - by Koppa, - 06.06.2009, 16:35
Re: /buyseed [Seed] - by miokie - 06.06.2009, 17:20
Re: /buyseed [Seed] - by Koppa, - 06.06.2009, 17:47

Forum Jump:


Users browsing this thread: 2 Guest(s)