Pawn Style!
#1

Code:
public OnPlayerCommandText(playerid,cmdtext[])
{
	if (strcmp(cmdtext, "/clickontopic", true)==0)
	{
		SendClientMessage(playerid, COLOR_BLUE, "Reply In this topic, With Pawno Language Style");
 		SendClientMessage(playerid, COLOR_GREEN, "If you reply normally, i hope mods ban u! ");
		return 1;
	}
//===============================================================================
	if (strcmp(cmdtext, "/sorry", true)==0)
	{
		SendClientMessage(playerid, COLOR_BLUE, "Sorry my pawn is not so good");
 		SendClientMessage(playerid, COLOR_GREEN, "that's why i use SendClientMessages");
		return 1;
	}
Reply


Messages In This Thread
Pawn Style! - by rafay - 24.08.2008, 13:16
Re: Pawn Style! - by xClumx - 24.08.2008, 13:18
Re: Pawn Style! - by Mikep - 24.08.2008, 13:30
Re: Pawn Style! - by Lewwy - 24.08.2008, 14:03
Re: Pawn Style! - by Killerkid - 24.08.2008, 17:58
Re: Pawn Style! - by Lazlow. - 24.08.2008, 18:05
Re: Pawn Style! - by -Sneaky- - 24.08.2008, 18:08
Re: Pawn Style! - by Mikep - 24.08.2008, 18:13
Re: Pawn Style! - by Einstein - 24.08.2008, 18:15
Re: Pawn Style! - by Mikep - 24.08.2008, 18:17

Forum Jump:


Users browsing this thread: 1 Guest(s)