SA-MP Forums Archive
Not a fs but... - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Not a fs but... (/showthread.php?tid=232532)



Not a fs but... - ifly4life - 27.02.2011

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




Re: Not a fs but... - admantis - 27.02.2011

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.


Re: Not a fs but... - maramizo - 27.02.2011

Lol wtf?


Re: Not a fs but... - vital2k - 27.02.2011

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


Re: Not a fs but... - Luis- - 27.02.2011

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