AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Trash (https://forums.alliedmods.net/forumdisplay.php?f=22)
-   -   problem with for() & containi in read chat swears (https://forums.alliedmods.net/showthread.php?t=241078)

swapped 05-27-2014 12:02

problem with for() & containi in read chat swears
 
1 Attachment(s)
Im tryng to create an private protection for my comunity , the problem is they work all only one things, this shield containi also an CHAT SCAN for Swear/reclam/etc.

when i type the illegal words in chat, they dont do nothing

only when i type first word they mute me, but the rest of the words not work, i realy dont know why.

the variabile:
Code:

new const g_BlockedWords[ ] [ ] =
{
        "first",
        "second",
        "etc"
};

the code:

Code:

        for( new i = 0; i < sizeof( g_BlockedWords ); i++ )
        {
                if( containi( szSaid, g_BlockedWords[ i ] ) != -1 )
                {
                        CC ( id, TEAM_COLOR, "^1[ ^4UltraCs^1 ] Ai primit mute ^4%i^1 minute pentru ca ai injurat.", num_minute / 60 );
                        mute[ id ] = true;
                        set_task( get_pcvar_float( g_pCvars[MUTE_TIME] ), "unmute_sw", id );
                        return PLUGIN_HANDLED;
                }

        }


THEY DONT MUTE ME ONLY WHEN I USE THE FIRST WORLD, but rest of the words dont affect me.

aron9forever 05-27-2014 12:52

Re: problem with for() & containi in read chat swears
 
This plugin is designed to protect the game / users / server and force players to respect the rules.
The official URL: www.ultracs.ro/forum
This plugin is free only for servers from UltraCs comunnity
If u need him for you just buy it for 3 euro ( donate to UltraCS )
Source code are not avaible, only AMXX file
( Only for developers . )

http://i.imgur.com/bN8FWlx.png

please leave and never come back

Black Rose 05-27-2014 13:04

Re: problem with for() & containi in read chat swears
 
Do you seriously expect help with a plugin that obviously will violate the GPL and when running non-steam?
How can you take money for that shitty plugin when you can't even code it yourself?

swapped 05-28-2014 01:26

Re: problem with for() & containi in read chat swears
 
Quote:

Originally Posted by Black Rose (Post 2143138)
Do you seriously expect help with a plugin that obviously will violate the GPL and when running non-steam?
How can you take money for that shitty plugin when you can't even code it yourself?

Violate what ? :twisted:

What the fuck ? thats is most post Off-topic off-topiched i ever seen. Are everyone bored on this forum and made random posts ? I need help not investigations.
This plugin is working also on STEAM , is created for STEAM, is not your bisiniss if i take money or snow or water or other things for it.

I do this protection for this community because they give me money, i dont care if they are non-steamears or what ever, but i do also for my server, anyway stop this spaming please.

Black Rose 05-28-2014 04:20

Re: problem with for() & containi in read chat swears
 
Then good luck doing it yourself.

swapped 05-28-2014 06:57

Re: problem with for() & containi in read chat swears
 
Quote:

Originally Posted by Black Rose (Post 2143416)
Then good luck doing it yourself.

Just because you dont wana help me thats dont mean you need to be an enemy and tell everyone dont help me :{


Anyway stop off topic.

aron9forever 05-28-2014 09:03

Re: problem with for() & containi in read chat swears
 
Quote:

Originally Posted by swapped (Post 2143365)
I do this protection for this community because they give me money, i dont care if they are non-steamears or what ever, but i do also for my server, anyway stop this spaming please.

I'm just laughing at you at this point

http://i.imgur.com/hWtOFnD.png

stop lying and go away, you're encouraging illegal activity
you don't need "server protection" on an updated steam server, and your gag for illegal words can be easily found on the internet

you're just lazy to work for yourself so you ask other people to do the things for you, then you go call yourself a scripter and ask money for "your" work

swapped 05-28-2014 13:01

Re: problem with for() & containi in read chat swears
 
do for what ? , what the fuck, anyway another spam reply.
Thats have no sense and dont prove nothing-


And just for you that im not tryng to pot people to do my WORK , i just post the code and explain my problem, but this is to complicated for you and + your are just a noob, go learn amxmodx kid :{}

NiHiLaNTh 05-28-2014 13:31

Re: problem with for() & containi in read chat swears
 
Seriously dude uninstall dproto, its not funny anymore

swapped 05-28-2014 14:14

Re: problem with for() & containi in read chat swears
 
Quote:

Originally Posted by NiHiLaNTh (Post 2143619)
Seriously dude uninstall dproto, its not funny anymore

is not my server...

+ im not the one who made publicity on this server ( aron9fo... )

Edit:

aron9refva or whatever is his name, he try to ban me, haha no chance, sorry arony but nobary from this community dont like noobs like you :)
insteand of attack people from this forum please go and learn the basics in amxmodx maybe then someone will listen whatever creeps you tell us :{}

PS: Sorry for my bad english , im tired[]


All times are GMT -4. The time now is 17:04.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.