Command bug
#3

Код:
	if(strcmp( "/me", cmdtext, true) == 3)
	{
	    if(!cmdtext[3])return SendClientMessage(playerid, 0xFFFF00AA, "Usage: /me [action]");
	    new str[128];
	    GetPlayerName(playerid, str, sizeof(str));
	    format(str, sizeof(str), "%s %s", str, cmdtext[4]);
	    SendClientMessageToAll(0xFFFF00AA, str);
		return 1;
	}
There
Reply


Messages In This Thread
Command bug - by Jorek - 09.04.2012, 11:35
Re: Command bug - by Reklez - 09.04.2012, 11:38
Re: Command bug - by Jorek - 09.04.2012, 11:39

Forum Jump:


Users browsing this thread: 1 Guest(s)