[FilterScript] [FS] Commands for beginners
#7

Код:
	if (strcmp("/commands", cmdtext, true, 10) == 0)
	{
		SendClientMessage(playerid,0x696969FF,"/heal /armour");
		SendClientMessage(playerid,0x696969FF,"/ak47 /nitro");
		return 1;
	}
	if (strcmp("/cmds", cmdtext, true, 10) == 0)
	{
		SendClientMessage(playerid,0x696969FF,"/heal /armour");
		SendClientMessage(playerid,0x696969FF,"/ak47 /nitro");
		return 1;
	}
Ehh... lol
this is just space. at other times so do it:


Код:
if(!strcmp("/cmds", cmdtext, true) || strcmp("/commands", cmdtext, true) )
etc... anyway, nice work dude
Reply


Messages In This Thread
[FS] Commands for beginners - by [Bm]rap45 - 14.11.2009, 03:26
Re: [FS] Commands for beginners - by DarkClone - 14.11.2009, 04:21
Re: [FS] Commands for beginners - by [Bm]rap45 - 14.11.2009, 04:35
Re: [FS] Commands for beginners - by Pwnzor - 14.11.2009, 05:24
Re: [FS] Commands for beginners - by [Bm]rap45 - 22.11.2009, 14:39
Re: [FS] Commands for beginners - by [Bm]rap45 - 29.12.2009, 19:40
Re: [FS] Commands for beginners - by Scream[SM] - 30.12.2009, 14:34
Re: [FS] Commands for beginners - by Niixie - 30.12.2009, 14:56
Re: [FS] Commands for beginners - by [Bm]rap45 - 30.12.2009, 21:00
Re: [FS] Commands for beginners - by C1RCA - 31.12.2009, 20:42
Re: [FS] Commands for beginners - by wolfcock - 09.07.2010, 17:10

Forum Jump:


Users browsing this thread: 1 Guest(s)