This site is a testing version, but all data is shared with the live forum.


Raised This Month: $ Target: $400
 0% 

Showing results 1 to 16 of 16
Search took 0.01 seconds.
Search: Posts Made By: fysiks
Forum: Approved Plugins 04-12-2023, 00:11
Replies: 397
Views: 279,383
Posted By fysiks
Re: Restrict Names 1.2a

I think the forum compiler may include the unusable 64-bit version of the compiled code. I'm quit sure I remember that they removed that at some point in updates to AMX Mod X. I'm not super...
Forum: Approved Plugins 04-10-2023, 22:50
Replies: 397
Views: 279,383
Posted By fysiks
Re: Restrict Names 1.2a

What do you mean? IIRC, the game engine has a hard coded name length limit that cannot be exceeded. The only name length parameter related to this plugin is for the names being loaded from the...
Forum: Approved Plugins 11-27-2021, 14:20
Replies: 397
Views: 279,383
Posted By fysiks
Re: Restrict Names 1.2a

You should provide examples (that you have actually tried) of what you expect should result in a match.

Why do you have parentheses around "brain damage"? Based on the very limited information...
Forum: Approved Plugins 12-14-2018, 20:38
Replies: 397
Views: 279,383
Posted By fysiks
Re: Restrict Names 1.2a

Clearly I had a lapse in memory (I didn't even look at the file, just going off of memory), oops.
Forum: Approved Plugins 12-13-2018, 20:05
Replies: 397
Views: 279,383
Posted By fysiks
Re: Restrict Names 1.2a

Put the stuff you want in the file. We can't tell you what you want. I don't think you can check name length with this.
Forum: Approved Plugins 12-11-2018, 22:30
Replies: 397
Views: 279,383
Posted By fysiks
Re: Restrict Names 1.2a

That first one should work assuming that's actually what you are trying to match. Are you sure that's exactly what you are trying to match?

The second one is not a valid expression/pattern as far...
Forum: Approved Plugins 12-06-2018, 21:05
Replies: 397
Views: 279,383
Posted By fysiks
Re: Restrict Names 1.2a

Replace the "." with ".*".
Forum: Approved Plugins 05-22-2018, 21:42
Replies: 397
Views: 279,383
Posted By fysiks
Re: Restrict Names 1.2a

To detect any number of spaces between word, replace the space with "\s*".



Well, since "r00t" is in the name "WNG|r00t" then it worked exactly how it was designed.

If you need to match it...
Forum: Approved Plugins 05-20-2018, 22:12
Replies: 397
Views: 279,383
Posted By fysiks
Re: Restrict Names 1.2a

I do it based on my memory and I just try it in Notepad++ to see if it works. I updated my original post to include another of the control characters that I forgot to list.



No, I will not do...
Forum: Approved Plugins 05-19-2018, 22:51
Replies: 397
Views: 279,383
Posted By fysiks
Re: Restrict Names 1.2a

If you want to match a literal string, you simply need to escape the control characters (like in my examples above).



Just try some things out and test them. I often use Notepad++ search to...
Forum: Approved Plugins 05-19-2018, 15:34
Replies: 397
Views: 279,383
Posted By fysiks
Re: Restrict Names 1.2a

You can search the internet for RegEx basics (look for perl-compatible regular expressions "PCRE" and you can ignore the information about flags in the pattern). Then, simply test things out.

For...
Forum: Approved Plugins 02-24-2016, 19:31
Replies: 397
Views: 279,383
Posted By fysiks
Re: Restrict Names 1.2a

This plugin is for restricting names; nothing to do with chat.
Forum: Approved Plugins 10-02-2014, 15:44
Replies: 397
Views: 279,383
Posted By fysiks
Re: Restrict Names 1.2a

Attach your restrictnames.ini
Forum: Approved Plugins 10-02-2014, 00:44
Replies: 397
Views: 279,383
Posted By fysiks
Re: Restrict Names 1.2a

"E" is not a control character so you don't need to escape it. If you want a control character to be interpreted literally you escape it with a backslash:

O\*E
Forum: Approved Plugins 10-01-2014, 17:55
Replies: 397
Views: 279,383
Posted By fysiks
Re: Restrict Names 1.2a

Why would you say that? It uses regex which can do just about anything (including the characters you listed). You just need to know how regex works. "[", "]", ".", "*", etc. are control characters...
Forum: Approved Plugins 07-15-2013, 16:59
Replies: 397
Views: 279,383
Posted By fysiks
Re: Restrict Names 1.2a

When working with RegEx, I usually start with a small pattern and test it so that I know that something more fundamental is not wrong. Then, I add things one at a time and re-test. If it doesn't...
Showing results 1 to 16 of 16

 
Forum Jump

All times are GMT -4. The time now is 16:19.


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