[HELP!] MOTD - weird error
#5

Well,

here

Код:
	if(strcmp(cmdtext, "/setmotd", true) == 0)
	{
	  if(IsPlayerAdmin(playerid))
	  {
    if(!cmdtext[8])return SendClientMessage(playerid, 0xFF0000FF, "USAGE: /setmotd [message]");
    motd = cmdtext[8]; //HERE is the error line - same error as above.
    return 1;
    }
    else
		{
		SendClientMessage(playerid,COLOR_RED,"You are not an RCON admin!");
		}
	}
Reply


Messages In This Thread
[HELP!] MOTD - weird error - by Striker_Moe - 18.10.2009, 12:57
Re: [HELP!] MOTD - weird error - by SpiderPork - 18.10.2009, 13:05
Re: [HELP!] MOTD - weird error - by Striker_Moe - 18.10.2009, 13:10
Re: [HELP!] MOTD - weird error - by MenaceX^ - 18.10.2009, 13:13
Re: [HELP!] MOTD - weird error - by Striker_Moe - 18.10.2009, 13:14
Re: [HELP!] MOTD - weird error - by MenaceX^ - 18.10.2009, 13:21
Re: [HELP!] MOTD - weird error - by Striker_Moe - 18.10.2009, 13:57
Re: [HELP!] MOTD - weird error - by woot - 18.10.2009, 14:21
Re: [HELP!] MOTD - weird error - by SpiderPork - 18.10.2009, 14:54
Re: [HELP!] MOTD - weird error - by dice7 - 18.10.2009, 15:07

Forum Jump:


Users browsing this thread: 1 Guest(s)