Niko_Hs

[ANITi-SWEAR]Tfs

Aug 28th, 2011
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 4.22 KB | None | 0 0
  1. new nome[MAX_PLAYER_NAME];
  2. new stringa[256];
  3. public OnPlayerText(playerid, text[]){
  4.   if(strcmp(text,"madonna", true) == 0){
  5.      GetPlayerName(playerid, nome, sizeof(nome));
  6.      format(stringa, sizeof(stringa), "[TFS]Auto ha kickato %s [motivo: bestemmie]", nome);
  7.       SendClientMessageToAll(COLOR_BRIGHTRED, stringa);
  8.      Kick(playerid);
  9.      return 0;}
  10.   if(strcmp(text,"boia", true) == 0){
  11.      GetPlayerName(playerid, nome, sizeof(nome));
  12.      format(stringa, sizeof(stringa), "[TFS]Auto ha kickato %s [motivo: bestemmie]", nome);
  13.       SendClientMessageToAll(COLOR_BRIGHTRED, stringa);
  14.      Kick(playerid);
  15.      return 0;}
  16.   if(strcmp(text, "dio", true) == 0){
  17.      GetPlayerName(playerid, nome, sizeof(nome));
  18.      format(stringa, sizeof(stringa), "[TFS]Auto ha kickato %s [motivo: bestemmie]", nome);
  19.       SendClientMessageToAll(COLOR_BRIGHTRED, stringa);
  20.      Kick(playerid);
  21.      return 0;}
  22.       if(strcmp(text,"porco",true) == 0){
  23.      GetPlayerName(playerid, nome, sizeof(nome));
  24.      format(stringa, sizeof(stringa), "[TFS]Auto ha kickato %s [motivo: bestemmie]", nome);
  25.       SendClientMessageToAll(COLOR_BRIGHTRED, stringa);
  26.      Kick(playerid);
  27.      return 0;}
  28.  if(strcmp(text,"baldracca", true) == 0){
  29.      GetPlayerName(playerid, nome, sizeof(nome));
  30.      format(stringa, sizeof(stringa), "[TFS]Auto ha kickato %s [motivo: offese]", nome);
  31.       SendClientMessageToAll(COLOR_BRIGHTRED, stringa);
  32.      Kick(playerid);
  33.      return 0;}
  34.   if(strcmp(text,"stronzo", true) == 0){
  35.      GetPlayerName(playerid, nome, sizeof(nome));
  36.      format(stringa, sizeof(stringa), "[TFS]Auto ha kickato %s [motivo: offese]", nome);
  37.       SendClientMessageToAll(COLOR_BRIGHTRED, stringa);
  38.      Kick(playerid);
  39.      return 0;}
  40.       if(strcmp(text,"puttana", true) == 0)){
  41.      GetPlayerName(playerid, nome, sizeof(nome));
  42.      format(stringa, sizeof(stringa), "[TFS]Auto ha kickato %s [motivo: offese]", nome);
  43.       SendClientMessageToAll(COLOR_BRIGHTRED, stringa);
  44.      Kick(playerid);
  45.      return 0;}
  46.       if(strcmp(text,"sgualdrina", true) == 0){
  47.      GetPlayerName(playerid, nome, sizeof(nome));
  48.      format(stringa, sizeof(stringa), "[TFS]Auto ha kickato %s [motivo: offese]", nome);
  49.       SendClientMessageToAll(COLOR_BRIGHTRED, stringa);
  50.      Kick(playerid);
  51.      return 0;}
  52.  if(strcmp(text,"coglione", true) == 0){
  53.      GetPlayerName(playerid, nome, sizeof(nome));
  54.      format(stringa, sizeof(stringa), "[TFS]Auto ha kickato %s [motivo: offese]", nome);
  55.       SendClientMessageToAll(COLOR_BRIGHTRED, stringa);
  56.      Kick(playerid);
  57.      return 0;}
  58.       if(strcmp(text, "gay", true) == 0){
  59.      GetPlayerName(playerid, nome, sizeof(nome));
  60.      format(stringa, sizeof(stringa), "[TFS]Auto ha kickato %s [motivo: offese]", nome);
  61.      SendClientMessageToAll(COLOR_BRIGHTRED, stringa);
  62.      Kick(playerid);
  63.      return 0;}
  64.       if(strcmp(text,"ricchione", true) == 0){
  65.      GetPlayerName(playerid, nome, sizeof(nome));
  66.      format(stringa, sizeof(stringa), "[TFS]Auto ha kickato %s [motivo: offese]", nome);
  67.      SendClientMessageToAll(COLOR_BRIGHTRED, stringa);
  68.      Kick(playerid);
  69.      return 0;}
  70.      if(strcmp(text, "frocio", true) == 0){
  71.      GetPlayerName(playerid, nome, sizeof(nome));
  72.      format(stringa, sizeof(stringa), "[TFS]Auto ha kickato %s [motivo: offese]", nome);
  73.      SendClientMessageToAll(COLOR_BRIGHTRED, stringa);
  74.      Kick(playerid);
  75.      return 0;}
  76.      if(strcmp(text,"vaffanculo", true) == 0){
  77.      GetPlayerName(playerid, nome, sizeof(nome));
  78.      format(stringa, sizeof(stringa), "[TFS]Auto ha kickato %s [motivo: offese]", nome);
  79.      SendClientMessageToAll(COLOR_BRIGHTRED, stringa);
  80.      Kick(playerid);
  81.      return 0;}
  82.      if(strcmp(text,"idiota", true) == 0){
  83.      GetPlayerName(playerid, nome, sizeof(nome));
  84.      format(stringa, sizeof(stringa), "[TFS]Auto ha kickato %s [motivo: offese]", nome);
  85.      SendClientMessageToAll(COLOR_BRIGHTRED, stringa);
  86.      Kick(playerid);
  87.      return 0;}
  88.       if(strcmp(text,"troia", true) == 0){
  89.      GetPlayerName(playerid, nome, sizeof(nome));
  90.      format(stringa, sizeof(stringa), "[TFS]Auto ha kickato %s [motivo: offese]", nome);}
  91.      SendClientMessageToAll(COLOR_BRIGHTRED, stringa);
  92.      Kick(playerid);
  93.         return 0;}
  94. return 1;
  95.  
  96. }
Advertisement
Add Comment
Please, Sign In to add comment