Raised This Month: $32 Target: $400
 8% 

Showing results 1 to 25 of 172
Search took 0.01 seconds.
Search: Posts Made By: Racoon
Forum: Approved Plugins 06-09-2013, 07:45
Replies: 78
Views: 114,483
Posted By Racoon
Re: Advanced ResetScore 0.2.0

I suggest to change:
new const gs_Commands[ ][ ] =
{
"say /resetscore",
"say /restartscore"
};

---->
new const gs_Commands[ ][ ] =
{
Forum: Approved Plugins 09-09-2011, 10:18
Replies: 42
Views: 47,317
Posted By Racoon
Re: Achievements API

How to check if the achievement is done while ingame or check the list of achievements?
Does the player receive any notification about completed achievement?
Forum: Scripting Help 08-14-2011, 04:28
Replies: 7
Views: 1,559
Posted By Racoon
Re: Hook name with dot and number

I've always had difficulties with regex regular expressions :D
Forum: Scripting Help 08-13-2011, 13:58
Replies: 7
Views: 1,559
Posted By Racoon
Re: Hook name with dot and number

One more thing. Can you give a hint how to hook chat message, which contains more than 4 digits (that are not in a row) using regex?
Forum: Scripting Help 08-12-2011, 13:34
Replies: 7
Views: 1,559
Posted By Racoon
Re: Hook name with dot and number

Works perfectly! Thanks again.
Forum: Scripting Help 08-12-2011, 12:51
Replies: 7
Views: 1,559
Posted By Racoon
Re: Hook name with dot and number

Seems it works. As far as I understood you put both my requests in one code. What would the string look like only with a) request? Thanks in advance.
Forum: Scripting Help 08-12-2011, 12:13
Replies: 7
Views: 1,559
Posted By Racoon
Hook name with dot and number

Ok, I'd like to hook name which
a) contains a dot and number
For instance:
.2
or
4.

b) contains more than two dots
For instance:
M.I.K.E
Forum: Translation Request 06-19-2011, 03:30
Replies: 26
Views: 7,124
Posted By Racoon
Re: Need translation

Actually MENU_KEY_NO & MENU_KEY_NO2 are the same... Thx for the remark.
Forum: Translation Request 06-09-2011, 18:10
Replies: 26
Views: 7,124
Posted By Racoon
Re: Need translation

BIG thx!
[sr] is Serbian, right?
Forum: Translation Request 06-03-2011, 09:07
Replies: 26
Views: 7,124
Posted By Racoon
Re: Need translation

Thx everyone! Looking forward to see Spanish and Lithuanian translations :D
Forum: Translation Request 06-01-2011, 05:09
Replies: 26
Views: 7,124
Posted By Racoon
Forum: Translation Request 05-31-2011, 15:40
Replies: 26
Views: 7,124
Posted By Racoon
Need translation

[en]
MENU_TITLE = \rYour config contains spam. Clean it?
MENU_KEY_YES = \yYES\w, clean the config and resume the game
MENU_KEY_NO = \yNO\w, disconnect from the server
MENU_TITLE2 = \rYour name...
Forum: Scripting Help 03-31-2011, 11:31
Replies: 0
Views: 523
Posted By Racoon
a little help with GG

Hello again :D I've been modifying the gungame.sma. I've tried to add some fun stuff for admins. For example, during the final level players with ADMIN_LEVEL_A access need to get 5 kills with...
Forum: Scripting Help 03-30-2011, 15:03
Replies: 0
Views: 580
Posted By Racoon
Biohazard drop weapon

A had an interesting idea. What if humans could drop weapons when they got infected. This idea is for Biohazard (http://forums.alliedmods.net/showthread.php?t=68523&highlight=Biohazard). I've...
Forum: Scripting Help 03-07-2011, 04:15
Replies: 5
Views: 1,383
Posted By Racoon
Re: Mapchooser Issue

I don't think Big Joe would be able to do that, without help. He will have to create a voting for choosing nextmap voting. Basic knowledge of this...
Forum: Approved Plugins 03-01-2011, 13:45
Replies: 1,519
Views: 1,064,475
Posted By Racoon
Re: Advanced Bans (Real Time) by Exolent

These need to be fixed:

1) Not all plugin messages are in lang file. Some of them are inside the .sma
2) Make a limit for bans shown per page. Because when there are too many bans in .txt file...
Forum: Scripting Help 01-08-2011, 08:48
Replies: 5
Views: 1,237
Posted By Racoon
Re: Drop players with restricted port

Thanks, Connor!

Fake players keep flooding the servers. They change their names & Ip very quickly, so it's almost impossible to ban them... But they connect via different ports, like 2230, 4011,...
Forum: Scripting Help 01-08-2011, 08:07
Replies: 5
Views: 1,237
Posted By Racoon
Drop players with restricted port

The default client port is 27005. How is it possible to check its value when a player connects? So, if the client's port doesn't match 27005 the he will be kicked.
Forum: Scripting Help 01-04-2011, 15:53
Replies: 5
Views: 1,118
Posted By Racoon
Re: Check values in names

Yeah, works perfect! Thx again :D
Forum: Scripting Help 01-04-2011, 13:36
Replies: 5
Views: 1,118
Posted By Racoon
Re: Check values in names

Ok, I need to ban fake players with names, which consist of digits. They keep flooding the server via proxies, so it's not possible to ban them all. The code below doesn't work. All players are...
Forum: Scripting Help 01-04-2011, 09:07
Replies: 5
Views: 1,118
Posted By Racoon
Forum: Scripting Help 01-04-2011, 08:46
Replies: 5
Views: 1,118
Posted By Racoon
Check values in names

How can I detect names, which consist only of digits (0-9) ?

Examples:
890685114333
769008765445
881220806131
Forum: Approved Plugins 12-29-2010, 08:07
Replies: 49
Views: 84,917
Posted By Racoon
Re: in Game Easy Anti Cheat Screen Shot

I've been monitoring a bunch of popular international cheat forums, but found nothing. I've also tried some private sh*tty software, that was completely fake & didn't work. The conclusion is obvious...
Forum: Approved Plugins 12-25-2010, 05:09
Replies: 49
Views: 84,917
Posted By Racoon
Re: in Game Easy Anti Cheat Screen Shot

Sorry in advance for off topic. EAC was hacked in 3 hours)) Want real defense? - Use Ultra Core Protector. Moreover it is free of charge :DD
Forum: Scripting Help 12-24-2010, 06:21
Replies: 2
Views: 1,261
Posted By Racoon
Re: Another issue

Thx for the advice, but it didn't help. After a while I've solved the problem:
#include <amxmodx>
#include <amxmisc>

#define PLUGIN "Night Admins"
#define VERSION "0.1"
#define AUTHOR "Racoon"...
Showing results 1 to 25 of 172

 
Forum Jump

All times are GMT -4. The time now is 21:55.


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