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

Showing results 1 to 25 of 77
Search took 0.00 seconds.
Search: Posts Made By: kurian
Forum: Scripting Help 08-03-2009, 12:56
Replies: 28
Views: 4,262
Posted By kurian
Re: How to crash the server?

Its already been solved.
Forum: Scripting Help 08-03-2009, 11:54
Replies: 28
Views: 4,262
Posted By kurian
Re: How to crash the server?

Did you even read the code I posted?
Forum: Scripting Help 08-03-2009, 08:40
Replies: 28
Views: 4,262
Posted By kurian
Re: How to crash the server?

I was returning PLUGIN_HANDLED when I was using register_concmd.
Forum: Scripting Help 08-03-2009, 08:31
Replies: 28
Views: 4,262
Posted By kurian
Re: How to crash the server?

This works fine, thanks.
Forum: Scripting Help 08-03-2009, 08:22
Replies: 28
Views: 4,262
Posted By kurian
Re: How to crash the server?

Then it says command not exist if called from client console, though it executes in background.
Forum: Scripting Help 08-03-2009, 03:44
Replies: 28
Views: 4,262
Posted By kurian
Re: How to crash the server?

I'm not changing the arguements, I'm just doing engfunc(EngFunc_CreateFakeClient) alone.

I'm using a set_task to call a function which calls engfunc(EngFunc_CreateFakeClient).

I can't call it...
Forum: Scripting Help 08-02-2009, 17:27
Replies: 28
Views: 4,262
Posted By kurian
Re: How to crash the server?

It crashes when I have other plugins on the server (couldn't narrow it down to any one), but doesn't crash a a stock server without any additional plugins. I tried calling the function and kicking...
Forum: Scripting Help 08-02-2009, 09:23
Replies: 28
Views: 4,262
Posted By kurian
Re: How to crash the server?

^^
Doesn't work on empty server.

new entid = create_entity("func_breakable")
remove_entity(entid)
^^ Doesn't crash.

new entid = create_entity("func_breakable")
engfunc(EngFunc_RemoveEntity,...
Forum: Scripting Help 08-02-2009, 09:10
Replies: 28
Views: 4,262
Posted By kurian
Re: How to crash the server?

I want to call it from server console without any players. I'll try func_breakable
Forum: Scripting Help 08-02-2009, 08:14
Replies: 28
Views: 4,262
Posted By kurian
Re: How to crash the server?

It doesn't crash. Doesn't even say anything.
Forum: Scripting Help 08-02-2009, 07:49
Replies: 28
Views: 4,262
Posted By kurian
Re: How to crash the server?

I don't want a "handled" crash. I want an unhandled exception like a genuine crash. The kind that would trigger the OS's error/debug with Visual Studio routine.
Forum: Scripting Help 08-02-2009, 07:44
Replies: 28
Views: 4,262
Posted By kurian
Re: How to crash the server?

Would that work only in plugin_precache or can I call it anywhere?
Forum: Scripting Help 08-02-2009, 07:38
Replies: 28
Views: 4,262
Posted By kurian
How to crash the server?

I'm trying to setup the auto-restart setting of my server service. How do I write a plugin that can crash the server when I give the command?

It should be a regular crash like "hlds.exe -...
Forum: Approved Plugins 07-29-2009, 09:02
Replies: 59
Views: 52,599
Posted By kurian
Re: Custom Vote Menus

I've modded it to allow a vote to automatically start when a new map is started. Useful for choosing the game mode at the beginning of each map like CSDM, GunGame, etc.

Voting will start after a...
Forum: Trash 07-29-2009, 07:14
Replies: 3
Views: 880
Posted By kurian
Re: [BAN] The New Generation

You can force them to use an emulator that gives unique IDs.

Or you can use "setinfo _someting banned" command on the client and hope they don't notice. setinfo data will be saved automatically in...
Forum: Unapproved/Old Plugins 07-23-2009, 06:48
Replies: 13
Views: 4,776
Posted By kurian
Re: CFG Anywhere - Retrieve your personal CFG from any comp.

Update July 23 2009:
The colons are removed from the filename for Steam ID.
Forum: Unapproved/Old Plugins 03-10-2009, 10:42
Replies: 52
Views: 56,598
Posted By kurian
Re: Client On Connect Auto exec commands

I'm not developing plugins anymore as I've moved on to the PSP and other things. You can probably modify the source to check the IP or SteamID or whatever in the player connect event.
Forum: Unapproved/Old Plugins 04-12-2008, 04:02
Replies: 30
Views: 11,073
Posted By kurian
Re: Super Admin - Override other admin's access when ur playing

I've modified it and uploaded it to the first post. Try it now. Dont forget to recompile ALL plugins including built in AMXX plugins.
If you have ANY plugins at all that have been compiled with the...
Forum: Unapproved/Old Plugins 04-11-2008, 22:01
Replies: 30
Views: 11,073
Posted By kurian
Re: Super Admin - Override other admin's access when ur playing

Yes it does work.
If you are having problems with it, you can try forcing the value by editing the file and changing the value in register_cvar("amx_override_spec","1") to 0.
Forum: Unapproved/Old Plugins 01-10-2008, 02:37
Replies: 30
Views: 11,073
Posted By kurian
Re: Super Admin - Override other admin's access when ur playing

Are you sure that you have recompiled all your plugins with the updated amxmisc.inc? Use the 1.76 version if you still have amxmodx 1.76d.

If the cvar doesnt exist, that means your plugins were...
Forum: Scripting Help 08-07-2007, 05:06
Replies: 5
Views: 6,263
Posted By kurian
Re: smart setinfo _pw pass reset (unauthorized access)

u have any idea how many other ppl it will give you password to if you quit ?
EDIT:
ok nvm it wont.. old value will be overwritten when new person joins.
Forum: Trash 08-07-2007, 04:53
Replies: 0
Views: 883
Posted By kurian
Map Change Event

sorry wrong forum... how do i delete thread ???
Forum: Unapproved/Old Plugins 06-24-2007, 04:53
Replies: 13
Views: 4,776
Posted By kurian
Re: CFG Anywhere - Retrieve your personal CFG from any comp.

:shock: y? its really useful when you use different computers to play from. Like i have my CFG on the server at a gaming cafe I frequent so that I can play from any comp that is free.
Forum: Unapproved/Old Plugins 06-22-2007, 04:46
Replies: 30
Views: 11,073
Posted By kurian
Re: Super Admin - Override other admin's access when ur playing

Um, yes ??



(BTW you can recompile only the plugins you want to restrict such as for map change so that other admin commands can be used by all admins.)

Ranking system will be added....
Forum: Unapproved/Old Plugins 06-22-2007, 03:33
Replies: 30
Views: 11,073
Posted By kurian
Re: Super Admin - Override other admin's access when ur playing

Technically yes, but the code snippets contain small sections that you HAVE to expand upon to suit you plugin.

This one is ready to compile right out of the box.


Code snippets usually save...
Showing results 1 to 25 of 77

 
Forum Jump

All times are GMT -4. The time now is 22:24.


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