Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- new nome[MAX_PLAYER_NAME];
- new stringa[256];
- public OnPlayerText(playerid, text[]){
- if(strcmp(text,"madonna", true) == 0){
- GetPlayerName(playerid, nome, sizeof(nome));
- format(stringa, sizeof(stringa), "[TFS]Auto ha kickato %s [motivo: bestemmie]", nome);
- SendClientMessageToAll(COLOR_BRIGHTRED, stringa);
- Kick(playerid);
- return 0;}
- if(strcmp(text,"boia", true) == 0){
- GetPlayerName(playerid, nome, sizeof(nome));
- format(stringa, sizeof(stringa), "[TFS]Auto ha kickato %s [motivo: bestemmie]", nome);
- SendClientMessageToAll(COLOR_BRIGHTRED, stringa);
- Kick(playerid);
- return 0;}
- if(strcmp(text, "dio", true) == 0){
- GetPlayerName(playerid, nome, sizeof(nome));
- format(stringa, sizeof(stringa), "[TFS]Auto ha kickato %s [motivo: bestemmie]", nome);
- SendClientMessageToAll(COLOR_BRIGHTRED, stringa);
- Kick(playerid);
- return 0;}
- if(strcmp(text,"porco",true) == 0){
- GetPlayerName(playerid, nome, sizeof(nome));
- format(stringa, sizeof(stringa), "[TFS]Auto ha kickato %s [motivo: bestemmie]", nome);
- SendClientMessageToAll(COLOR_BRIGHTRED, stringa);
- Kick(playerid);
- return 0;}
- if(strcmp(text,"baldracca", true) == 0){
- GetPlayerName(playerid, nome, sizeof(nome));
- format(stringa, sizeof(stringa), "[TFS]Auto ha kickato %s [motivo: offese]", nome);
- SendClientMessageToAll(COLOR_BRIGHTRED, stringa);
- Kick(playerid);
- return 0;}
- if(strcmp(text,"stronzo", true) == 0){
- GetPlayerName(playerid, nome, sizeof(nome));
- format(stringa, sizeof(stringa), "[TFS]Auto ha kickato %s [motivo: offese]", nome);
- SendClientMessageToAll(COLOR_BRIGHTRED, stringa);
- Kick(playerid);
- return 0;}
- if(strcmp(text,"puttana", true) == 0)){
- GetPlayerName(playerid, nome, sizeof(nome));
- format(stringa, sizeof(stringa), "[TFS]Auto ha kickato %s [motivo: offese]", nome);
- SendClientMessageToAll(COLOR_BRIGHTRED, stringa);
- Kick(playerid);
- return 0;}
- if(strcmp(text,"sgualdrina", true) == 0){
- GetPlayerName(playerid, nome, sizeof(nome));
- format(stringa, sizeof(stringa), "[TFS]Auto ha kickato %s [motivo: offese]", nome);
- SendClientMessageToAll(COLOR_BRIGHTRED, stringa);
- Kick(playerid);
- return 0;}
- if(strcmp(text,"coglione", true) == 0){
- GetPlayerName(playerid, nome, sizeof(nome));
- format(stringa, sizeof(stringa), "[TFS]Auto ha kickato %s [motivo: offese]", nome);
- SendClientMessageToAll(COLOR_BRIGHTRED, stringa);
- Kick(playerid);
- return 0;}
- if(strcmp(text, "gay", true) == 0){
- GetPlayerName(playerid, nome, sizeof(nome));
- format(stringa, sizeof(stringa), "[TFS]Auto ha kickato %s [motivo: offese]", nome);
- SendClientMessageToAll(COLOR_BRIGHTRED, stringa);
- Kick(playerid);
- return 0;}
- if(strcmp(text,"ricchione", true) == 0){
- GetPlayerName(playerid, nome, sizeof(nome));
- format(stringa, sizeof(stringa), "[TFS]Auto ha kickato %s [motivo: offese]", nome);
- SendClientMessageToAll(COLOR_BRIGHTRED, stringa);
- Kick(playerid);
- return 0;}
- if(strcmp(text, "frocio", true) == 0){
- GetPlayerName(playerid, nome, sizeof(nome));
- format(stringa, sizeof(stringa), "[TFS]Auto ha kickato %s [motivo: offese]", nome);
- SendClientMessageToAll(COLOR_BRIGHTRED, stringa);
- Kick(playerid);
- return 0;}
- if(strcmp(text,"vaffanculo", true) == 0){
- GetPlayerName(playerid, nome, sizeof(nome));
- format(stringa, sizeof(stringa), "[TFS]Auto ha kickato %s [motivo: offese]", nome);
- SendClientMessageToAll(COLOR_BRIGHTRED, stringa);
- Kick(playerid);
- return 0;}
- if(strcmp(text,"idiota", true) == 0){
- GetPlayerName(playerid, nome, sizeof(nome));
- format(stringa, sizeof(stringa), "[TFS]Auto ha kickato %s [motivo: offese]", nome);
- SendClientMessageToAll(COLOR_BRIGHTRED, stringa);
- Kick(playerid);
- return 0;}
- if(strcmp(text,"troia", true) == 0){
- GetPlayerName(playerid, nome, sizeof(nome));
- format(stringa, sizeof(stringa), "[TFS]Auto ha kickato %s [motivo: offese]", nome);}
- SendClientMessageToAll(COLOR_BRIGHTRED, stringa);
- Kick(playerid);
- return 0;}
- return 1;
- }
Advertisement
Add Comment
Please, Sign In to add comment