23.09.2013, 21:55
This all you do is send a bunch of blank messages to all,
Quote:
if (strcmp("/clearchat", cmdtext, true, 13) == 0)//the command { if(IsPlayerAdmin(playerid))//is player rcon admin {//then SendClientMessagesForAll(-1, " ");//send blank message to all SendClientMessagesForAll(-1, " ");//send blank message to all SendClientMessagesForAll(-1, " ");//send blank message to all SendClientMessagesForAll(-1, " ");//send blank message to all SendClientMessagesForAll(-1, " ");//send blank message to all SendClientMessagesForAll(-1, " ");//send blank message to all SendClientMessagesForAll(-1, " ");//send blank message to all return 1; } else//if player is not rcon admin {//then SendClientMessages(playerid, -1, "You are not a rcon admin");//send messages to player who used command, but is not rcon admin } } |