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
#2

Althought this would be alot better by detecting, if player has low score, been killed recently, and other factors thank you for your intention

Oh yeah and it won't work.
Reply
#3

Lol wtf?
Reply
#4

How would that even work? % variable would have to be put in place with format.
Reply
#5

This is all wrong were is the Format for the Player's Name?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)