[HELP PLEASE]Multiple commands.
#3

here ill give you some common commands

Код:
if (strcmp("/kill", cmdtext, true, 10) == 0)
	{
		SetPlayerHealth(playerid,0);
		return 1;
	}
      	if (strcmp("/help", cmdtext, true, 10) == 0)
	{
    SendClientMessage(playerid,0x33AA33AA,"Please Choose A Sub Category");
		SendClientMessage(playerid,0xAA3333AA,"-----------------------------------");
		SendClientMessage(playerid,0x33AA33AA,"/rules");
    SendClientMessage(playerid,0xAA3333AA,"-----------------------------------");
		SendClientMessage(playerid,0x33AA33AA,"/cmd");
		return 1;
	}

	if (strcmp("/cmd", cmdtext, true, 10) == 0)
	{
		SendClientMessage(playerid,0xAFAFAFAA,"/flip /para /Fix (buy) /kill(not work due to briefcase fix soon) /weaponlist1 /weaponpack /countdown /(un)lock");
	return 1;
	}

	if (strcmp("/rules", cmdtext, true, 10) == 0)
	{
		SendClientMessage(playerid,0xFFFF00AA,"1.Do not abuse other players. Respect everyone on this server");

    SendClientMessage(playerid,0xFFFF00AA,"2.If you fail to follow the rules you will get a warning. 3 warnings = BAN");

		SendClientMessage(playerid,0xFFFF00AA,"3.Do not hack! Hackers will only be given one warning before they are banned");

		SendClientMessage(playerid,0xFFFF00AA,"4.Don't ask for Admin rights");

		SendClientMessage(playerid,0xFFFF00AA,"5.Have Fun! :)");
		return 1;
	}
need any more help pm or my xfire is terry12345678
Reply


Messages In This Thread
[HELP PLEASE]Multiple commands. - by [A51]Play3r1337 - 19.07.2009, 08:07
Re: [HELP PLEASE]Multiple commands. - by kc - 19.07.2009, 08:14
Re: [HELP PLEASE]Multiple commands. - by sggassasin - 19.07.2009, 08:26
Re: [HELP PLEASE]Multiple commands. - by kc - 19.07.2009, 08:28
Re: [HELP PLEASE]Multiple commands. - by Anarkien - 19.07.2009, 08:35
Re: [HELP PLEASE]Multiple commands. - by Finn - 19.07.2009, 08:53
Re: [HELP PLEASE]Multiple commands. - by sggassasin - 19.07.2009, 08:56
Re: [HELP PLEASE]Multiple commands. - by [A51]Play3r1337 - 19.07.2009, 09:59
Re: [HELP PLEASE]Multiple commands. - by sggassasin - 19.07.2009, 10:09

Forum Jump:


Users browsing this thread: 2 Guest(s)