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

Showing results 1 to 21 of 21
Search took 0.00 seconds.
Search: Posts Made By: White Bishop
Forum: Approved Plugins 10-22-2017, 01:46
Replies: 8
Views: 11,197
Posted By White Bishop
Re: TFC Nades for Flag Capture

Version 1.1 added support for these TFC maps: monkey_l, avanti, ravelin, flagrun, rock2
(Thanks to pizzahut)
Forum: Approved Plugins 04-06-2015, 03:39
Replies: 8
Views: 11,197
Posted By White Bishop
Re: TFC Nades for Flag Capture

The original plugin works without error and is used in several TFC servers. If you are adding features or making a new plugin perhaps you should start a new thread or at least clarify why you are...
Forum: Approved Plugins 09-21-2011, 04:50
Replies: 83
Views: 61,474
Posted By White Bishop
Re: TFC skills rank with speed run timer

I've had some questions recently about this plugin so I'll post my most recent version. All the basic functionality is the same but I cleaned a lot of the code. See my prior posts for details of...
Forum: Approved Plugins 04-23-2011, 22:17
Replies: 1,633
Views: 1,062,864
Posted By White Bishop
Re: Galileo 1.1.290 (a feature rich map voting plugin)

For rev 104 of the sma code, I had to modify galileo.cfg so that the path reference to vote files remove the first slash.

For example, try
addons/amxmodx/configs/maps.ini

instead of
...
Forum: Approved Plugins 10-23-2009, 05:22
Replies: 83
Views: 61,474
Posted By White Bishop
Re: TFC skills rank with speed run timer

I made some more changes to my version to address Tyrone's suggestions.

done

no change required
I did this on the webpage via the php files. To see how it looks go to...
Forum: Approved Plugins 10-09-2009, 04:25
Replies: 83
Views: 61,474
Posted By White Bishop
Re: TFC skills rank with speed run timer

Basically the changes include:

1) No stats are recorded if you use a teleport command (posme posme2 /p etc...) no stats are recorded

2) No stats are recorded if you use noclip to get a new...
Forum: Approved Plugins 10-08-2009, 02:48
Replies: 83
Views: 61,474
Posted By White Bishop
Re: TFC skills rank with speed run timer

FYI, I made some small modifications to the way the ranks are calculated basically using the same recorded statistics. The modified plugin is attached.

You can see the associated website at...
Forum: Approved Plugins 09-03-2009, 20:24
Replies: 83
Views: 61,474
Posted By White Bishop
Re: TFC skills rank with speed run timer

I made a Steam Group - The Church of Conc. You can join at http://steamcommunity.com/groups/ChurchOfConc.
Forum: Approved Plugins 09-02-2009, 22:58
Replies: 83
Views: 61,474
Posted By White Bishop
Re: TFC skills rank with speed run timer

I haven't created a steam group. Do you find those worthwhile? If you'd like, you can idle on the irc channel #Church_of_Conc on <irc.gamesurge.net>. I am usually logged on there.

For the...
Forum: Approved Plugins 08-31-2009, 08:10
Replies: 83
Views: 61,474
Posted By White Bishop
Re: TFC skills rank with speed run timer

If you like to see the plugin in action, goto

http://ChurchOfConc.servehalflife.com


and click on
'Statisitcs'
Forum: Approved Plugins 08-31-2009, 04:03
Replies: 83
Views: 61,474
Posted By White Bishop
Re: TFC skills rank with speed run timer

Also for the php with stats in the name add the following at the begining
after <?php



session_start();
$steamid = $_GET["steamid"];
$nickname = $_GET["nickname"];
$nfinished =...
Forum: Approved Plugins 08-31-2009, 03:05
Replies: 83
Views: 61,474
Posted By White Bishop
Re: TFC skills rank with speed run timer

Well I figured out the problem by comparing the syntax of these php files to the php files for another plugin. I made the following changes:

1) Change each
<?
to
<?php

2) Save the return...
Forum: Approved Plugins 08-30-2009, 07:33
Replies: 83
Views: 61,474
Posted By White Bishop
Re: TFC skills rank with speed run timer

Great plugin. Got the mysql database running and the plugin is working great. I am having trouble with the php files which dont display any results. For a different plugin I got php files to...
Forum: Approved Plugins 10-12-2008, 00:51
Replies: 206
Views: 108,567
Posted By White Bishop
Re: HLDS <-> IRC /w Integration By Devicenull 2.7 UPDATED 3-19-07

I have figured out my auth problem. Keep in mind I am trying to auth to irc.gamesurge.net and my issue is probably specific to that irc server.

It helped to modify the cvar
irc_debug...
Forum: Approved Plugins 10-11-2008, 23:27
Replies: 206
Views: 108,567
Posted By White Bishop
Re: HLDS <-> IRC /w Integration By Devicenull 2.7 UPDATED 3-19-07

I am using this plugin for TFC on irc.gamesurge.net.

Works great thank you. Support for this plugin would be great.

However, I haven't been able to get the bot to auth.
I use
...
Forum: Approved Plugins 04-15-2008, 03:52
Replies: 8
Views: 11,197
Posted By White Bishop
Re: TFC Nades for Flag Capture

I made all the changes you suggested and updated the first post.

Thanks for the tips on the switch statement.
Forum: Approved Plugins 04-12-2008, 07:12
Replies: 8
Views: 11,197
Posted By White Bishop
TFC Nades for Flag Capture

This pluging is for use with TFC. When enabled using the cvar
amx_nadesforcap_enable, capping the flag will restock your grenades.

by Bishop


CVARS
=============
amx_nadesforcap_enable...
Forum: Scripting Help 04-12-2008, 05:10
Replies: 6
Views: 2,028
Posted By White Bishop
Re: Flag Capture

Using the message event seems much better to me.

I used the code below to make a plugin that will restock your grenades for a flag capture. It has been approval and can be found here:...
Forum: Scripting Help 04-08-2008, 03:50
Replies: 6
Views: 2,028
Posted By White Bishop
Re: Flag Capture

I was also wondering what the best way to do this would be. I was surprised there is no event tied to the flag cap. Isn't there a more elegant solution that what hlstrikers proposed? Keep in mind...
Forum: Approved Plugins 04-06-2008, 09:49
Replies: 17
Views: 18,679
Posted By White Bishop
Re: Glowing made easy!

There is a line missing from the .sma file that prevents the amx_glow command from working. Add 'col[0]=i' before line 115.


for (new i=0; i<colors_got; i++) {
if (equali(color_names[i],...
Forum: Approved Plugins 04-05-2008, 02:05
Replies: 690
Views: 454,842
Posted By White Bishop
Re: Mapchooser4

I have the exact same error as MarquisEXB. I tried all the same fixes to no avail. Any ideas?

04/04/2008 - 22:46:38: Invalid CVAR pointer
L 04/04/2008 - 22:46:38: [AMXX] Displaying debug trace...
Showing results 1 to 21 of 21

 
Forum Jump

All times are GMT -4. The time now is 18:50.


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