Raised This Month: $12 Target: $400
 3% 

Showing results 1 to 25 of 153
Search took 0.01 seconds.
Search: Posts Made By: omer
Forum: Suggestions / Requests 03-02-2013, 13:02
Replies: 2
Views: 889
Posted By omer
[HELP] How To Ban IP Range?

Hello,

I want to ban all IPs from long distance countries.
So Please tell me how i can block IP ranges...?
Forum: Suggestions / Requests 02-22-2013, 23:45
Replies: 1
Views: 480
Posted By omer
[HELP] Menu Dissapearing On New Round.

Hello,

There is a problem with my server's menus whether it is a votemapmenu, kick menu, ban menu or slay slap menu every single menu have the problem, when menu is opened and new round start menu...
Forum: Suggestions / Requests 01-24-2013, 04:25
Replies: 0
Views: 523
Posted By omer
can anyone convert this to support newer sql version

Please can anyone convert this to support newer sql version???

/*
Put this cvar into your autoexec.cfg with your settings

amx_pshlstats 0 "-1" for HL Stats only, "1" for Psychostats only,...
Forum: Suggestions / Requests 11-17-2012, 05:36
Replies: 7
Views: 1,679
Posted By omer
Forum: Suggestions / Requests 10-13-2012, 11:58
Replies: 12
Views: 2,920
Posted By omer
Re: res files inportant for fast download?

but when i enable sv_allowdownload clients download file from server instead of fast-download
Forum: Suggestions / Requests 10-13-2012, 07:11
Replies: 12
Views: 2,920
Posted By omer
Re: res files inportant for fast download?

That isn't help full for me because all things already have been done correctly
my server settings
sv_allowdownload 0
sv_downloadurl "http://top-secrete/my_cstrike/"

My cs settings...
Forum: Suggestions / Requests 10-12-2012, 18:30
Replies: 12
Views: 2,920
Posted By omer
Re: res files inportant for fast download?

i dont know if anyone else have this problem but i can not download some of the maps while connecting to server
My cl_allowdownload is 1 allowupload is also 1 still can't...
Forum: Suggestions / Requests 10-12-2012, 12:07
Replies: 12
Views: 2,920
Posted By omer
res files inportant for fast download?

Hi,
when i connect to my server there is some maps i got error "Can Not Continue Without maps/map_name" and then i saw in my fast download url that there is no res file...
Is res File Important For...
Forum: Scripting Help 10-01-2012, 07:34
Replies: 3
Views: 1,266
Posted By omer
Re: [ERROR] Sql problem

14 days passed :( :( :( Please Someone Help...!!!
Forum: Suggestions / Requests 09-28-2012, 17:10
Replies: 2
Views: 605
Posted By omer
Re: Schedule vote and save result in MySQL

like
Is server lagging?
Yes
No
LITTLE
Forum: Suggestions / Requests 09-27-2012, 13:51
Replies: 2
Views: 605
Posted By omer
Schedule vote and save result in MySQL

Hello,

I was wondering if it possible...
Plugin will start vote after every 2 hours and save the result in MySQL...
Forum: Scripting Help 09-15-2012, 09:01
Replies: 3
Views: 1,266
Posted By omer
Re: [ERROR] Sql problem

I have tried this but didn't work :( Please Help

new query_create[1001]
format(query_create,1000,"CREATE TABLE IF NOT EXISTS `%s` (\
`id` int(11) NOT NULL auto_increment,`admin_name`...
Forum: Scripting Help 09-15-2012, 03:39
Replies: 3
Views: 1,266
Posted By omer
[ERROR] Sql problem

In real plugin this line was:
new query_create[1001]
format(query_create,1000,"CREATE TABLE IF NOT EXISTS `%s` (`id` int(11) NOT NULL auto_increment,`admin_name` varchar(32) NOT NULL default...
Forum: Scripting Help 09-11-2012, 22:34
Replies: 16
Views: 3,316
Posted By omer
Forum: Suggestions / Requests 09-11-2012, 07:52
Replies: 4
Views: 1,361
Posted By omer
Re: Name change limit...

@matsi
Code is working :D Thanks,
But there is some problem when we connect it automatically say the message...
I want it to be say when player try to change name...
Thanks,
Omer
Forum: Suggestions / Requests 09-10-2012, 08:45
Replies: 4
Views: 1,361
Posted By omer
Name change limit...

Hello,
Guys can anyone can make a script to add name change limit?
Any one cannot change name when he connect to server untill 80 seconds.
And if he change name he cannot change name untill 60...
Forum: Scripting Help 09-09-2012, 01:01
Replies: 9
Views: 2,191
Posted By omer
Re: Get all admins commands? as amx_help command

fysiks I saw that code and I made the plugin Its working :)
Forum: Scripting Help 09-08-2012, 16:17
Replies: 9
Views: 2,191
Posted By omer
Re: Get all admins commands? as amx_help command

OK I have collected all commands manually Thanks for you time :)
Forum: Scripting Help 09-08-2012, 15:43
Replies: 9
Views: 2,191
Posted By omer
Re: Get all admins commands? as amx_help command

Smart Slash (http://forums.alliedmods.net/showthread.php?t=69913) is'nt usefull to me...
I have looked in amx_help but how can I use that in blocking all commands...?
Forum: Scripting Help 09-08-2012, 15:32
Replies: 9
Views: 2,191
Posted By omer
Re: Get all admins commands? as amx_help command

I want to block all admins command like this:
register_clcmd("amx_votemap", "dksblocked");
but I don't want to collect all commands manually I want commands to be collected automatically like in...
Forum: Scripting Help 09-08-2012, 14:29
Replies: 9
Views: 2,191
Posted By omer
Get all admins commands? as amx_help command

Hello Again,
How can I get all admins commands means I don't want to write again and again

register_clcmd("amx_leave", "blocked");

When we write amx_help it shows all commands.. so I want to...
Forum: Scripting Help 09-08-2012, 14:03
Replies: 16
Views: 3,316
Posted By omer
Re: How To block all admins commands if player have ADMIN_LEVEL_E

Thanks Everyone who helped problem solved!
Forum: Scripting Help 09-08-2012, 11:30
Replies: 16
Views: 3,316
Posted By omer
Forum: Scripting Help 09-08-2012, 10:40
Replies: 16
Views: 3,316
Posted By omer
Re: How To block all admins commands if player have ADMIN_LEVEL_E

Can anyone just gimme small script How can I block command.....
Any Idea? I want to block like this:

if(is_user_alive)
{
block admins commands...
} else {
Unblock...
Forum: Scripting Help 09-08-2012, 10:31
Replies: 16
Views: 3,316
Posted By omer
Re: How To block all admins commands if player have ADMIN_LEVEL_E

I want to disable for some seconds and not only one command...
Showing results 1 to 25 of 153

 
Forum Jump

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


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