A bit of nooby help.
#6

Код:
if (strcmp("/draw", cmdtext, true) == 0)
	{
		if(!PENCIL[playerid])return SendClientMessage(playerid,0xFFFFFFFF,"You need more Pencils!");
		if(!PAPER[playerid])return SendClientMessage(playerid,0xFFFFFFFF,"You need more Papers!");
		PENCIL[playerid]--;
		PAPER[playerid]--;
		ART[playerid]++;
		SendClientMessage(playerid,0xFFFFFFFF,"You drawing a Picture...");
		return 1;
	}
Reply


Messages In This Thread
A bit of nooby help. - by Sal_Kings - 05.09.2009, 17:32
Re: A bit of nooby help. - by Sal_Kings - 05.09.2009, 18:05
Re: A bit of nooby help. - by BlackFoX - 05.09.2009, 18:12
Re: A bit of nooby help. - by Sal_Kings - 05.09.2009, 18:14
Re: A bit of nooby help. - by Clavius - 05.09.2009, 18:39
Re: A bit of nooby help. - by BlackFoX - 05.09.2009, 20:01

Forum Jump:


Users browsing this thread: 1 Guest(s)