Peršokti į turinį
  • ŽAIDIMAI
  • , ŽAIDIMAI
  • ŽAIDIMAI

AntiSwear


Zagnu

Ši tema yra neaktyvi. Paskutinis pranešimas šioje temoje buvo prieš 4814 dienas (-ų). Patariame sukurti naują temą, o ne rašyti naują pranešimą.

Už neaktyvių temų prikėlimą galite sulaukti įspėjimo ir pranešimo pašalinimo!

Recommended Posts

Manau zinote ka sis FS daro

#include

#define MAX_WORD_LEN 18 // Max lenght of a swear word

#define MAX_WORDS 122 // Max amount of swearwords

#define MAX_SWEARCOUNT 5 // Max warnings before kick

// ENGLISH

new swear[][MAX_WORD_LEN] =

{

{"*Myliu SuperGames.lt*"},

{"*Myliu SuperGames.lt*"},

{"pz"},

{"pize"},

{"pyze"},

{"pyzdec"},

{"pizdec"},

{"pzdec"},

{"*Myliu SuperGames.lt*"},

{"naxuj"},

{"na xuj"},

{"nahuj"},

{"nachuj"},

{"*Myliu SuperGames.lt*"},

{"*Myliu SuperGames.lt*"},

{"*Myliu SuperGames.lt*"},

{"*Myliu SuperGames.lt*"},

{"dx"},

{"*Myliu SuperGames.lt*"},

{"*Myliu SuperGames.lt*"},

{"duchas"},

{"pidar"},

{"pydar"},

{"peder"},

{"pyderas"},

{"pidaras"},

{"suka"},

{"*Neturiu galvos*"},

{"*manau aš čia vaikiškiausias*"},

{"loh"},

{"loch"},

{"lohas"},

{"lochas"},

{"pisiu"},

{"pysiu"},

{"vlrg"},

{"v l r g"},

{"sarg"},

{"s a r g"},

{"real-life"},

{"r e a l - l i f e"},

{"role-play"},

{"r o l e - p l a y"},

{"muff"},

{"muffdiver"},

{"munging"},

{"negro"},

{"nigga"},

{"niglet"},

{"nutsack"},

{"paki"},

{"panooch"},

{"pecker"},

{"peckerhead"},

{"penis"},

{"piss"},

{"polesmoker"},

{"pollock"},

{"poonani"},

{"porchmonkey"},

{"prick"},

{"punanny"},

{"punta"},

{"pussies"},

{"pussy"},

{"pussylicking"},

{"puto"},

{"queef"},

{"renob"},

{"rimjob"},

{"ruski"},

{"sandnigger"},

{"schlong"},

{"scrote"},

{"shit"},

{"shiz"},

{"shiznit"},

{"skank"},

{"skullfuck"},

{"slut"},

{"slutbag"},

{"smeg"},

{"snatch"},

{"tard"},

{"testicle"},

{"thundercunt"},

{"tit"},

{"twat"},

{"twatwaffle"},

{"unclefucker"},

{"vag"},

{"vagina"},

{"vjayjay"},

{"wank"},

{"whore"},

{"whorebag"},

{"whoreface"},

{"wop"},

{"@gmail"},

{"@live"},

{"@msn"},

{"@hotmail"},

{".de"},

{".cc"},

{"www."},

{".com"},

{".co"},

{".uk"},

{".org"},

{".net"},

{".info"},

{".tk"}

};

new swearCount[MAX_PLAYERS];

public OnPlayerDisconnect(playerid, reason){

swearCount[playerid] = 0;

}

public OnPlayerText(playerid, text[])

{

if((strlen(text) < 0) || (text[0] == '/') || (text[0] == '#') || (text[0] == '!')) return 0;

new offset;

new len;

for(new i=0; i

{

offset = strfind(text, swear, true);

if(offset > -1)

{

len = strlen(swear);

if(len < 0) break;

for(new y=0; y

{

text[offset+y] = '*';

}

swearCount[playerid]++;

if(swearCount[playerid] >= MAX_SWEARCOUNT)

{

// new name[24];

// GetPlayerName(playerid, name, sizeof(name));

// format(string, sizeof(string), "*** %s ismestas uz masyvu keikimasi - 5/5.", name);

//SendClientMessageToAll(0xE60000FF, string);

// Kick(playerid);

break;

}

break;

}

}

return 1;

}

Nuoroda į komentarą
Dalintis per kitą puslapį

Ši tema yra neaktyvi. Paskutinis pranešimas šioje temoje buvo prieš 4814 dienas (-ų). Patariame sukurti naują temą, o ne rašyti naują pranešimą.

Už neaktyvių temų prikėlimą galite sulaukti įspėjimo ir pranešimo pašalinimo!

Svečias
Ši tema yra užrakinta.
  • Šiame puslapyje naršo:   0 nariai

    • Nėra registruotų narių peržiūrinčių šį forumą.

Skelbimai


×
×
  • Sukurti naują...