[HELP] /cnnn [FORMAT] [TEXT]
#2

Do you mean this?

Код:
if (strcmp("/cnnn", cmdtext, true, 5) == 0)
{
	if(cmdtext[5] == EOS || cmdtext[6] == EOS)
		return SendClientMessage(playerid, 0xFFFFFFFF, "Usage: /cnnn [text]");

     GameTextForAll(cmdtext[6], 10000, 4);
	return 1;
}
Reply


Messages In This Thread
[HELP] /cnnn [FORMAT] [TEXT] - by andershh - 22.04.2010, 13:40
Re: [HELP] /cnnn [FORMAT] [TEXT] - by Tr1viUm - 22.04.2010, 14:11
Re: [HELP] /cnnn [FORMAT] [TEXT] - by andershh - 22.04.2010, 14:23

Forum Jump:


Users browsing this thread: 1 Guest(s)