Not a fs but...
#1

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 !
Код:
 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;
 }
Just thought id share that with you, oh and
Quote:

#define RED 0xFF0000AA

Reply


Messages In This Thread
Not a fs but... - by ifly4life - 27.02.2011, 19:59
Re: Not a fs but... - by admantis - 27.02.2011, 20:52
Re: Not a fs but... - by maramizo - 27.02.2011, 21:57
Re: Not a fs but... - by vital2k - 27.02.2011, 22:08
Re: Not a fs but... - by Luis- - 27.02.2011, 22:09

Forum Jump:


Users browsing this thread: 1 Guest(s)