#3

You could also use:


Код:
	if(strcmp(cmd, "/anexample", true) == 0 || strcmp(cmd, "/ae", true) == 0) // /ae is a shortener for /anexample
	{
	    if(IsPlayerConnected(playerid))

				{
				
	    SendClientMessage(playerid, COLOR_RED, "_____________________________________An Example Help List Commands_____________________________________");
	    SendClientMessage(playerid, COLOR_GREEN,"Commands{FFFFFF}: content");
            SendClientMessage(playerid, COLOR_GREEN,"Commands{FFFFFF}: content");
	    SendClientMessage(playerid, COLOR_GREEN,"Commands{FFFFFF}: content");
 	    SendClientMessage(playerid, COLOR_RED, "_______________________________________________________________________________________________________");
			}
	}
I'm not an experienced scripter, but this is a simple strcmp cmd.
Reply


Messages In This Thread
help - by tooq - 16.05.2014, 19:25
Re: help - by Sandiel - 16.05.2014, 19:39
Re: help - by Vincenzo0 - 16.05.2014, 20:15
Re : help - by tooq - 16.05.2014, 20:45

Forum Jump:


Users browsing this thread: 1 Guest(s)