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

Showing results 1 to 25 of 153
Search took 0.01 seconds.
Search: Posts Made By: MPQC
Forum: Plugins 12-16-2013, 00:09
Replies: 85
Views: 37,663
Posted By MPQC
Re: [CSS] Christmasification

What game?



No CS:GO support yet.
Forum: Plugins 12-10-2013, 17:34
Replies: 85
Views: 37,663
Posted By MPQC
Re: [CSS] Christmasification

Is the bonus round an extra plugin? If so, could you link me which one you're using?
Forum: Plugins 12-06-2013, 09:26
Replies: 85
Views: 37,663
Posted By MPQC
Re: [CSS] Christmasification

I'd rather wait to see if TF2 works. I also didn't add L4d(2) support as well.
Forum: Plugins 12-06-2013, 09:20
Replies: 85
Views: 37,663
Posted By MPQC
Re: [CSS] Christmasification

Glad to hear it.
Forum: Plugins 12-06-2013, 08:48
Replies: 85
Views: 37,663
Posted By MPQC
Re: [CSS] Christmasification

Seems tf2/dod just had different events to hook. I've added them - please try this new version and tell me if it works.
Forum: Plugins 12-05-2013, 20:01
Replies: 85
Views: 37,663
Posted By MPQC
Re: [CSS] Christmasification

Try changing it to:

"christmasification"
{
"driver" "sqlite"
"host" "localhost"
"database" "christmasification"
}

as posted in...
Forum: Plugins 12-01-2013, 14:06
Replies: 85
Views: 37,663
Posted By MPQC
Re: [CSS] Christmasification

Post the contents of the file located here, so I can verify that it's set up correctly.

\addons\sourcemod\configs\databases.cfg
Forum: Plugins 11-30-2013, 14:39
Replies: 85
Views: 37,663
Posted By MPQC
Re: [CSS] Christmasification

The config file for your database, I posted the path in my last post.
Forum: Plugins 11-30-2013, 11:47
Replies: 85
Views: 37,663
Posted By MPQC
Re: [CSS] Christmasification

Could you post your databases file (removing any passwords before you post it)?

\addons\sourcemod\configs\databases.cfg
Forum: Plugins 11-30-2013, 00:10
Replies: 85
Views: 37,663
Posted By MPQC
Re: [CSS] Christmasification

Are you sure you set up the database correctly?

I don't have a CSGO server to test on so I can't guarentee CSGO compatibility.
Forum: Trash 10-18-2013, 20:26
Replies: 7
Views: 2,062
Posted By MPQC
Re: Watch out for pitbull3

Our community has been stolen from so many times I can't fit it on both my hands anymore. The best time was when someone literally copy and pasted the HTML/CSS for our homepage, had our logo...
Forum: General 09-16-2013, 19:31
Replies: 71
Views: 22,176
Posted By MPQC
Forum: Unapproved Plugins 09-14-2013, 09:21
Replies: 55
Views: 31,729
Posted By MPQC
Re: [ANY] Grooveshark 1.2.3

Works fantastic on CSS again, great job!
Forum: Plugins 08-09-2013, 09:14
Replies: 19
Views: 22,404
Posted By MPQC
Re: [CS:S] Jail Bots (AI)

Cool plugin, but you've got some serious issues with the way you indent lol.
Forum: Plugins 08-02-2013, 19:21
Replies: 85
Views: 37,663
Posted By MPQC
Re: [CSS] Christmasification

I can't really see how that command would help - you can already add individual points by a single push of the button (5 seconds to navigate the menu, max?). By the second one I assume you mean doing...
Forum: Unapproved Plugins 07-20-2013, 10:19
Replies: 55
Views: 31,729
Posted By MPQC
Re: [ANY] Grooveshark 1.2.3

Yeah, needs an update. Broken here as well.
Forum: General 06-27-2013, 09:23
Replies: 7
Views: 1,356
Posted By MPQC
Re: CSS moving props (whatever it's called) bug

Pretty sure that's the map itself causing it. There's a flag in hammer to turn it off on the train.
Forum: Plugins 06-17-2013, 09:30
Replies: 166
Views: 87,418
Posted By MPQC
Re: [ANY] adminWatch (v1.2.1)

How about adding admins last connect time?
Forum: Source Servers (SRCDS) 06-03-2013, 08:04
Replies: 8
Views: 1,883
Posted By MPQC
Re: 7zip batch bzipping

Here's a copy of what I use. It uses a batch file similar to what Zephyrus said. Just place files inside the files folder, then run the batch file "zip_files".
Forum: Source Servers (SRCDS) 04-26-2013, 10:20
Replies: 9
Views: 1,493
Posted By MPQC
Re: Colored text - where? [Sample in Thread]

Pretty much what McKay said. I was fiddling around with a rainbow text plugin that I was making, where each letter was a separate color, and you can't even put full sentences in it. It's not a great...
Forum: General 02-23-2013, 17:25
Replies: 6
Views: 2,668
Posted By MPQC
Re: Reading a config file (plugin writing)

You need to define some cvars before AutoExec'ing.
Forum: Plugins 02-19-2013, 22:55
Replies: 14
Views: 14,035
Posted By MPQC
Forum: Source Servers (SRCDS) 02-16-2013, 10:03
Replies: 3
Views: 779
Posted By MPQC
Re: How do you share custom skyboxes?

Add the textures to the map using Pakrat. Then upload the map.
Forum: Plugins 02-13-2013, 21:25
Replies: 22
Views: 12,766
Posted By MPQC
Re: [CS:S]Trusted Menu v1.0 (2013-2-13)

Wait, so if there's no admin on, then it'll give a person you choose these commands? Or will that person always have the commands?
Forum: Scripting 02-12-2013, 00:00
Replies: 17
Views: 4,455
Posted By MPQC
Re: Count Alive Players

For an actual function...


CountAlive()
{
new count;
for (new i = 1; i < MaxClients; i++)
{
if (IsClientInGame(i))
{
Showing results 1 to 25 of 153

 
Forum Jump

All times are GMT -4. The time now is 07:45.


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