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

Showing results 1 to 25 of 500
Search took 0.01 seconds.
Search: Posts Made By: MistaGee
Forum: Plugins 01-18-2012, 04:48
Replies: 10
Views: 21,209
Posted By MistaGee
Re: SQL Admin Plugins MultiServ edition

The plugin ignores any fields it doesn't need, so whether or not the SQL contains a name field, doesn't matter to the plugin. It only matters for admin panels and other stuff you may or may not have.
Forum: Plugins 10-16-2011, 17:19
Replies: 133
Views: 89,558
Posted By MistaGee
Re: WarriorMod

Hey there,

I've quickly taken a look at the German translation and updated a few things.

Cheers :)
Forum: Plugins 08-29-2010, 16:39
Replies: 133
Views: 89,558
Posted By MistaGee
Re: WarriorMod

ok then :D
Forum: Plugins 08-29-2010, 16:37
Replies: 133
Views: 89,558
Posted By MistaGee
Re: WarriorMod

sight, can you update to the stable 1.3.4 version, as that seemed to solve the problem for FirEXE?

cheers
Forum: Plugins 08-29-2010, 12:01
Replies: 133
Views: 89,558
Posted By MistaGee
Re: WarriorMod

I still need to test with the latest version :/

Anyway, if you're getting strange™ issues, I always recommend compiling the plugin yourself as that tends to fix most of these. Does that help?
...
Forum: Plugins 07-27-2010, 02:36
Replies: 133
Views: 89,558
Posted By MistaGee
Re: WarriorMod

In fact, using "war_vote 1", WarriorMod pauses the war at half time as well, and continues when people hit "ready".

As for the war_break command that has been requested the other day, I'm somewhat...
Forum: Plugins 07-17-2010, 05:11
Replies: 133
Views: 89,558
Posted By MistaGee
Re: WarriorMod

That sounds reasonable, as I didn't update SteamBans on my server yet and WM works perfectly fine for me. WM does indeed execute the sb_status command in order to include that information in the...
Forum: Plugins 07-16-2010, 10:57
Replies: 133
Views: 89,558
Posted By MistaGee
Re: WarriorMod

Yes, I can tell you "works for me". Apart from that, you didn't give *any* information about what's wrong, so I can't help you. :)
Forum: Plugins 06-30-2010, 16:01
Replies: 133
Views: 89,558
Posted By MistaGee
Re: WarriorMod

In the game directory (like all demos are).
Forum: Plugins 06-30-2010, 06:08
Replies: 133
Views: 89,558
Posted By MistaGee
Re: WarriorMod

Yep.



See http://wiki.alliedmods.net/Adding_Admins_%28SourceMod%29#Levels: custom1 o Custom Group 1.


I don't quite get what you mean :-I
Forum: Plugins 06-29-2010, 04:21
Replies: 133
Views: 89,558
Posted By MistaGee
Re: WarriorMod

war_rounds 15
war_finish 0



As far as I can tell, there is nothing to update apart from SourceMod. The plugin itself works just like it used to.



I don't really know how I can change the...
Forum: Plugins 06-25-2010, 09:08
Replies: 133
Views: 89,558
Posted By MistaGee
Re: WarriorMod

I didn't yet get sourcemod to run on the new CS:S since the update. When I get to it, I'll check if WM needs to be changed in any way and update it.


For me, WarriorMod works like a charm....
Forum: Plugins 05-26-2010, 04:24
Replies: 22
Views: 34,327
Posted By MistaGee
Re: JailMod++

You have to configure a database in configs/databases.cfg for JailMod to store its jail data in. If you want to use MySQL, you can import a bit of initial data from jailmod_my.sql, and jailmod.sq3 is...
Forum: Plugins 02-14-2010, 14:43
Replies: 133
Views: 89,558
Posted By MistaGee
Re: WarriorMod

Any that isn't stone ancient should work. It's always safest to compile it yourself, but if you want to use the binary you can get from the forums, you will need the latest version of SourceMod.

...
Forum: Plugins 01-24-2010, 14:50
Replies: 133
Views: 89,558
Posted By MistaGee
Re: WarriorMod

not anymore since I posted v2.1.10 a few days ago :) I'm not scripting regulary these days.

Team name detection never quite worked, I'm thinking about simply replacing it to show "Home" and...
Forum: Plugins 11-09-2009, 11:41
Replies: 133
Views: 89,558
Posted By MistaGee
Re: WarriorMod

That's... interesting. I actually haven't tested with war mode yet (didn't even know SourceMod had one lol), I can check that on the weekend.
Forum: Plugins 11-08-2009, 11:21
Replies: 133
Views: 89,558
Posted By MistaGee
Re: WarriorMod

No, because generating and uploading an HTML file in PAWN is a bit hardcore, while extremely easy to do if you use PHP to simply query the database.



I don't quite understand, WM doesn't...
Forum: Plugins 10-27-2009, 13:31
Replies: 133
Views: 89,558
Posted By MistaGee
Re: WarriorMod

I don't really have much time anymore, but once in a while I check back.
Forum: Plugins 09-03-2009, 13:24
Replies: 220
Views: 216,813
Posted By MistaGee
Re: TeamSwitch

Zumindest mein Original hat die Teamnamen allerdings nicht hardcoded, sondern zeigt sie an wie sie von der Engine zurückgegeben werden - das müsstest du also als Bug bei VALVe einreichen *g
Forum: Plugins 07-08-2009, 17:27
Replies: 10
Views: 21,209
Posted By MistaGee
Re: SQL Admin Plugins MultiServ edition

For MySQL, that would be:


CREATE TABLE `sm_servers` (
`id` int(11) NOT NULL auto_increment,
`ip` varchar(15) NOT NULL,
`port` int(11) NOT NULL,
`name` varchar(200) default NULL,
...
Forum: Plugins 07-07-2009, 17:40
Replies: 10
Views: 21,209
Posted By MistaGee
Re: SQL Admin Plugins MultiServ edition

the plugin doesn't do the initialization itself, so you will have to do this manually. :)
Forum: Plugins 04-01-2009, 06:20
Replies: 220
Views: 216,813
Posted By MistaGee
Re: TeamSwitch

Hi,

cool that you found a way to change the player models. :)

I'd just suggest that you should rework the PerformSwitch function a bit, so it stays mod independent. The way it is now, if you...
Forum: Plugins 01-04-2009, 08:38
Replies: 220
Views: 216,813
Posted By MistaGee
Re: TeamSwitch

The problem is that I don't own L4D, so I can't really test it. If someone could fix these issues, I'd be more than happy to integrate the fixes.

Greetings
Forum: Plugins 12-20-2008, 12:24
Replies: 10
Views: 21,209
Posted By MistaGee
Re: SQL Admin Plugins MultiServ edition

Thanks :)



No, Groups only exist on the servers they're linked to in sm_servers_groups. If they're not linked to any server, they won't exist on any.


Good point - A plugin of mine is...
Forum: Plugins 12-20-2008, 09:48
Replies: 10
Views: 21,209
Posted By MistaGee
SQL Admin Plugins MultiServ edition

Hi,

I've extended the SQL admin scripts (both prefetch and threaded) to load admin groups by Server IP.

Before going into greater detail, I'm well aware that SourceBans does provide exactly...
Showing results 1 to 25 of 500

 
Forum Jump

All times are GMT -4. The time now is 02:49.


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