27.02.2011, 19:59
ok well i coudlnt be assed making it into a FS as its only a few lines, nor a tutorial(not long enough) so i figured id put it here
Rage Quit !
Just thought id share that with you, oh and
Rage Quit !
Код:
if(strcmp(cmd, "/ragequit", true) == 0 || strcmp(cmd, "/rq", true) == 0) { SendClientMessageToAll(RED, "%s has rage quit, and left the server!"); Kick(playerid); return 1; }
Quote:
#define RED 0xFF0000AA |