AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Approved Plugins (https://forums.alliedmods.net/forumdisplay.php?f=8)
-   -   FFAC/Tools 2.8 (https://forums.alliedmods.net/showthread.php?t=55731)

hackziner 05-28-2007 12:14

FFAC/Tools 2.8
 
2 Attachment(s)
FFAC/Tools Features 2.8 !

Statisticals part

Players stats
Team stats
Server stats
Ingame stats, website
Death,kill,spawn, .. counter, rank by csstats,skill, ...
Other misc function to display stats ( like display skill on aim ! )

Tools

MSN Bot
Aim Bot
ICQ Bot
Banlist ( about 12000 cheater banned ... )
Package manager ( install plugin like amxmatchdeluxe with one command line, without ftp access, ... )
Auto update ( The plugin automaticaly download and install the lastest version ! )
Map Download ( You wan some new map on your server, there is a function to download map from ffac server to your server ! )


Library
Now you can use FFAC as a library
So you can develop a plugin which use the FFAC MSN BOT, ...




********************************************* ********************************************* ***/[/code] The purpose of the plugin is to provided a kind of "global" ranking and admins tools on several server at the same time.

For example you go on a server A, you get a skill of 54000. You leave the server and go on an other one. Your skill will load on the other server, ...


FFAC/Tools


Statisticals part

Players stats

Description:
Players stats are available ingame and on the ffac website. FFAC provides several player stats :
  • Connection count
  • Online Time
  • Kill
  • Death
  • HS
  • HS taken
  • Spawns
  • Server rank
  • FFAC rank
  • Skill
  • Country
Commands:
  • skill (say ): show your skill
  • mystats ( say ): display your full stats in motd
  • /me ( say ) : display your level in chat (low/middle/... )
  • rank ( say ) : display your rank on the server and on all server ( by skill and csstats )
http://82.232.102.55/public/images/divers/skill.JPG



Team stats

Description:
Team stats are only available on the FFAC Website for now ( http://82.232.102.55/FFAC ). Team are ranked by skill only.

FAQ :
Join a team ?
Play on a server with the FFAC plugin, register on the FFAC website ( http://82.232.102.55/FFAC ), and go to the team list.


Misc

Sentence log : log sentences on the FFAC website
Commands:
  • ffac version ( say ) : displays FFAC version
  • ffac changelog ( say ) : displays the ffac changelog
  • !log <sentence> ( say ) : log a sentence on the ffac website, you can see all your logged sentences on the ffac website
CVARS:
  • ffac_plog (default 1) : Enable log sentence
  • ffac_ip_bind (default "") : Set your public ip ( if you server is behind something ... )


Tools

Banlist

Description:
FFAC provides a global banlist like steambans or radars.

CVARS:
  • ffac_ffacban (default 1) : Use the FFAC banned steamid database
  • ffac_ban (default 30) : Duration of a FFACBan in Min
Package manager

Description:

FFAC include a package manager like apt/dpkg on debian ... So a package is pack with several files and installation instruction. The package manager will download and install every files from FFAC server and configures everything automaticaly. For now there are about 10 packages.

new(v1.4) : You can access to the hpt_menu with the amxmodmenu command !

Sample:
You want to install amxmatchdeluxe for your server.
You have two solution :
  • in console : "amx_ffac_hpt_install matchdeluxe"
  • in console : "amx_ffac_hpt_menu" and select "amx matchdeluxe"
The package manager will download all plugin file from FFAC server and add all config automaticaly ( With one line you can install a plugin ! )

http://82.232.102.55/public/images/divers/ighptmenu.JPG
Available packages
smallfun ( this package contains, spawnprotection, bunnyhop and lastmanbets )
sanksound ( this package contains sanksound plugin with sounds )
matchdeluxe ( this package contains amx_match_deluxe )
more and more ... use amx_ffac_hpt_menu to display all packages

CVARS:
  • ffac_hpt (default 1) : Enable the packet manager
Admins commands:
  • amx_ffac_hpt_install <package> : Install a package on your server!
  • amx_ffac_hpt_remove <package> : Remove a package
  • amx_ffac_hpt_menu : Show a menu with all packages available
Map download system

Description:
Allow to download map from FFAC server to your server.

Sample:
You don't have fy_pool_day, your admin don't have a ftp access to the server and he wants put fy_pool_day.

He can download with a command on the server :
amx_ffac_map_download fy_pool_day
The server'll download the map and he will be able to changemap to fy_pool_day :)

http://82.232.102.55/public/images/d...apdownload.JPG

Admins commands:
  • amx_ffac_map_download <map> : download a map from the ffac server on your server !
  • amx_ffac_map_list : show the list of downloable maps
Auto update

Description:
Automaticaly download and install the lastest version of FFAC.


admin :

*amx_ffac_ban <user id or steam id> : ban a player for amx_ffac_ffacban minuts, and repport the ban to the ffac server
*amx_ffac_map_download <map> : download a map from the ffac server on your server !
*amx_ffac_map_list : show the list of downloable maps
*amx_ffac_hpt_install <package> : Install a package on your server !
*amx_ffac_hpt_remove <package> : Remove a package
*amx_ffac_hpt_menu : Show a menu with all packages available

CVARS:
  • ffac_autoupdate ( default 1 ) : enable autoupdate

MISC

CVARS:
  • ffac_packetsize ( default 1024 ) : Size of packets
  • ffac_master_server ( default "82.232.102.55" ) : FFAC master server address
  • ffac_slave_server ( default "91.121.69.110" ) : FFAC slave server address
  • ffac_location ( default 0 ) : enable city/latitute/longitude resolution
Library

Now ffac can work as a library. You can use functions like the msn bot, the package manager in your plugins.

PHP Code:

#pragma reqlib "ffac_sys"
/**********************
Include file for FFAC 2.3

please visit http://82.232.102.55/FFAC 


***********************/

/*************************************************
Register a plugin in ffac
Now ... this do nothing ... but it'll be usefull for plugin autoupdate, ... :)
**************************************************/
native ffac_register_plugin(const plugin_name[], const version[], const author[])

/*************************************************
//return the ffac id of the server
**************************************************/
native ffac_get_server_id()

/*************************************************
//return is if the player is authentified on ffac server 
// 0 = no auth, 1 = auth, 2 = under auth
Banned player can't get an autentification
**************************************************/
native ffac_is_player_auth(id)

/*************************************************
//return a player skill
//please note the skill is retrieve about 1 second after the player connection !
**************************************************/
native ffac_get_skill(id)


/*************************************************************************
**************************************************************************
**************************************************************************
FFAC MSN BOT RULES ! PLEASE READ !
First, this is free, please don't abuse !

The bot may be slow ... It's normal and I've no enought time to check the problem ...

How to add a contact ?
-Send a message, the bot will drop the message and add the contact in the contact list

How ti remove a contact ?
-You can't

How to get the contact list ?
-You can't

How to send a message to several contact ?
-"[email protected];[email protected];[email protected]"
**************************************************************************
**************************************************************************
**************************************************************************/

/*************************************************
// Send a message to someone on msn throught the ffac bot !
Please note the msn contact is defined with the cvar "ffac_msn_contact" in ffac plugin.
**************************************************/
native ffac_msn_message2admin(msg[128])

/*************************************************
// Send a message to someone on msn throught the ffac bot !
Please note the msn contact is defined with the cvar "ffac_msn_contact" in ffac plugin.

This is the function of the ffac 1.x plugin which display the ident and a nickname
**************************************************/
native ffac_msn_message2admin2(msg[128],ident[32],nickname[32])

/*************************************************
Send a message to a specific contact ! Please send to only ONE CONTACT a the same time
Please don't abuse of this function ... 
**************************************************/
native ffac_msn_message(msg[128],msncontact[128])

/*************************************************************************
**************************************************************************
**************************************************************************
FFAC AIM BOT RULES ! PLEASE READ !
First, this is free, please don't abuse !

The bot may be slow ... It's normal and I've no enought time to check the problem ...

How to add a contact ?
-Send a message, the bot will drop the message and add the contact in the contact list

How ti remove a contact ?
-You can't

How to get the contact list ?
-You can't

How to send a message to several contact ?
-"buddyname;buddyname2"
**************************************************************************
**************************************************************************
**************************************************************************/

/*************************************************
// Send a message to someone on msn throught the ffac bot !
Please note the msn contact is defined with the cvar "ffac_msn_contact" in ffac plugin.
**************************************************/
native ffac_aim_message2admin(msg[128])

/*************************************************
// Send a message to someone on msn throught the ffac bot !
Please note the msn contact is defined with the cvar "ffac_msn_contact" in ffac plugin.

This is the function of the ffac 1.x plugin which display the ident and a nickname
**************************************************/
native ffac_aim_message2admin2(msg[128],ident[32],nickname[32])

/*************************************************
Send a message to a specific contact ! Please send to only ONE CONTACT a the same time
Please don't abuse of this function ... 
**************************************************/
native ffac_aim_message(msg[128],msncontact[64])


/*************************************************************************
**************************************************************************
**************************************************************************
FFAC ICQ BOT RULES ! PLEASE READ !
First, this is free, please don't abuse !

The bot may be slow ... It's normal and I've no enought time to check the problem ...

How to add a contact ?
-Send a message, the bot will drop the message and add the contact in the contact list

How ti remove a contact ?
-You can't

How to get the contact list ?
-You can't

How to send a message to several contact ?
-"buddyname;buddyname2"
**************************************************************************
**************************************************************************
**************************************************************************/

/*************************************************
// Send a message to someone on msn throught the ffac bot !
Please note the msn contact is defined with the cvar "ffac_msn_contact" in ffac plugin.
**************************************************/
native ffac_icq_message2admin(msg[128])

/*************************************************
// Send a message to someone on msn throught the ffac bot !
Please note the msn contact is defined with the cvar "ffac_msn_contact" in ffac plugin.

This is the function of the ffac 1.x plugin which display the ident and a nickname
**************************************************/
native ffac_icq_message2admin2(msg[128],ident[32],nickname[32])

/*************************************************
Send a message to a specific contact ! Please send to only ONE CONTACT a the same time
Please don't abuse of this function ... 
**************************************************/
native ffac_icq_message(msg[128],msncontact[64])


/*************************************************************************
**************************************************************************
**************************************************************************
FFAC PACKAGE MANAGER & MAP DOWNLOADER RULES ! PLEASE READ !
First, this is free, please don't abuse !

The speed of the transfer depends on my bandwith and the latency between me and you (pj) 

Map download :
Just allow to download maps from ffac server to your server ( no support for maps with .wad, ... )
If you want add maps to ffac map server, please go to http://82.232.102.55/FFAC and post on the forum

Package Manager :
Allow to make package like dpkg on linux ... 
To add a new package please post on the ffac forum ( http://82.232.102.55/FFAC )

A package is a plugin.hpt , remove_plugin.hpt file and other packages files

A package can be
************
[INFO] 
sanksound: SankSound plugin and sounds   //description for the package installer menu
[Version]
1.7    // required version of amxmodx ( here it's 1.7x )
[MkDir]
../../sound/misc    //create a directory, may don't work on certain servers ...
[Download]
configs/hpt/remove_sanksound.hpt    //download the remove package file
[Download]
../../sound/misc/godlike.wav    //download a new sound
...
[Download]
../../sound/misc/ultrakill.wav
[Install]        
plugins/ultimate_sounds.amxx    //download the plugin
ultimate_sounds.amxx    //add the plugin line in plugins.ini
*************

A package remover can be
**************
[Version]
1.7
[UnInstall]
plugins/ultimate_sounds.amxx
ultimate_sounds.amxx
***************

A package installer, for what ?
-Make plugin autoinstaller : for example, make maps installer menu for plugin like soccer jam.
-Autoupdate your plugin
-...



**************************************************************************
**************************************************************************
**************************************************************************/

/*************************************************
Download and install a package
**************************************************/
native ffac_install_package(mapname[32])
/*************************************************
Remove an installed package
**************************************************/
native ffac_remove_package(mapname[32])
/*************************************************
Download a map ( please note, that don't install other map ressources, like .wad or sounds ...)
If you have a map with some other thing, please use the package manager
**************************************************/
native ffac_download_map(packagename[16])



/*************************************************************************
**************************************************************************
**************************************************************************
Other misc functions

First, this is free, please don't abuse !
*************************************************************************
**************************************************************************
**************************************************************************/

/*************************************************
log a sentence. A player can see all his logged sentences on your account on the ffac website.
**************************************************/
native ffac_log_sentence(id,sentence[96])

/**************************************************************************
Location system
***************************************************************************/
native ffac_get_player_latitude(id,latitude[8])
native ffac_get_player_longitude(id,longitude[8])
native ffac_get_player_city(id,city[16])
native ffac_get_player_country(id,country[16])

/**************************************************************************
DBSYS Beta
***************************************************************************/

native ffac_register_gvar(gvarname[])
native ffac_get_gvar_int(gvarid,playerid)
native ffac_set_gvar_int(gvarid,playerid,gvarval)
/**************************************************************************
***************************************************************************/ 

Installation :
Only install the plugin on your server. The server will be automaticaly add to the server list.
"No incoming port open required"

Front end :
http://82.232.102.55/FFAC

Require :
Socket

Connections of all server on FFAC by day
http://82.232.102.55/FFAC/cgrapm.php
Connections of all server on FFAC by hours
http://82.232.102.55/FFAC/cgraph.php


If you have any questions or suggestions, please ask :)
Even thought you think it's impossible ^^

http://82.232.102.55/FFAC/forum



Changelog:

2.8
-fix autoswitch server time too short
-some adds for futur improvements
-colours try ...

2.7
-fix autoupdate version bug
-new cvar ffac_slave_server & backup system
2.6
-beta city
-native to get city/lattitude/longitude/country

[2.5]
  • dbsys
  • Change autoupdate system, now it update only if the version is older
  • bmann_420 reported bug corrected
  • change tfc mod detection : tfc -> tf%
  • new package instruction : DeleleFile
  • new cvar ffac_pub_time to change the pub time
  • new forward ffac_client_auth(id)
  • some other little fix

[2.4]
  • force update on some client to avoid DoS attack

[2.3]
  • Optimisation : ->static
  • Optimisation : ->formatex
  • Optimisation : ->Global
  • New package manager instruction : [ServerExec]
  • Remove unused multilang support
  • Remove hud skill messages
  • Command list/ads -> One line
  • Some "say text" commands are registered now
  • "Auto ban" report and better ban support
  • New stats support ( tp stats )
  • Log all games of last 7 days
  • Support stats of specifics mods (cs & tfc)
  • Version before 0.8 are unsupported now

[2.2] 1/05/07

  • fix the aim bot bug
  • add icq support
  • new stats record ...
  • several little fixs ..

[2.1] 29/05/07
  • aim bot support ...
  • cvar version bug

[2.0] 28/05/07
  • Totaly new version :)
  • all fix of 1.4 and 1.5
  • Some security fix with the package manager
  • new natives
  • split the plugin in some sub plugins ( admin call, skill on aim and motd stats display )
  • auto switch between fast & slow mode for the socket packet check
Note : If you run a 1.4 there will be NO AUTOUPDATE because of the new structure of the plugin. You may update manualy !


I'm gonna to autoupdate version <2.5 and 2.5.

1.4 'll not longer supported


My ffac server'll be down from the 22 of december 2007 to the 6 of january 2008. If you really want something during thoses two week ... use google to find one other ffac server ip :)





SweatyBanana 05-28-2007 13:49

Re: FFAC/Tools 2.0
 
got enough time on your hands? jesus.

hackziner 05-28-2007 14:21

Re: FFAC/Tools 2.0
 
What am i supposed to understand ? o_O

godlike 05-28-2007 16:20

Re: FFAC/Tools 2.0
 
Lol did you all make the FFAC plugins on your own?
Respect man! keep up the good work im testing this right now.

Juba_PornBorn 05-29-2007 02:17

Re: FFAC/Tools 2.0
 
Man this both plugins work perfect. All the tools are excelent. One of the best plugins I've ever seen! Entered the web and my game stats were there without any search. Everyone that played were there! Downloaded maps perfectly! This is the future of plugin install and maps install (altought when you download the bsp everything related to the map should download has well)! In game configs etc... Respects!
My msn received the messages everything went perfect.

The page needs a better design thought and you need a logo and banner to show on webs. Even saw players I know from other servers on stats. Im amazed!

Tested and without errors so far!

regalis 05-29-2007 04:32

Re: FFAC/Tools 2.0
 
Quote:

Originally Posted by Juba_PornBorn (Post 483216)
All the tools are excelent. One of the best plugins I've ever seen!

The same opinion!
I hope there will be more modules in future..this is amazing! :)

hackziner 05-29-2007 18:00

Re: FFAC/Tools 2.1
 
Someone have ask for an aim contact bot... It's done :)

I'm going to release the plugin for the aim bot in few minuts ...


All 2.0 are going to download 2.1 on the next changemap ...

SweatyBanana 05-29-2007 19:01

Re: FFAC/Tools 2.1
 
Well... Good work man... Why not combine AIM bot into this post?

Anyway, I am not sure I am in the mood to add a plugin to my server that has an autoupdate feature in it.

Nice none the less.


-Matt

Zenith77 05-29-2007 19:20

Re: FFAC/Tools 2.1
 
I have to say, kudos to you! The auto-update feature and the ability to download maps and other stuff is awesome in my opinion. The only suggestion I have is that you make the web based server code publicly available, so that server admins can install it on their own web server (note: This is just a suggestion, I understand why you have it to where it's just one master server).

hackziner 05-29-2007 19:49

Re: FFAC/Tools 2.1
 
Quote:

Anyway, I am not sure I am in the mood to add a plugin to my server that has an autoupdate feature in it.
You can disable it ... I've put some cvar for that ( ffac_autoupdate & ffac_hpt )


Quote:

The only suggestion I have is that you make the web based server code publicly available, so that server admins can install it on their own web server (note: This is just a suggestion, I understand why you have it to where it's just one master server).
http://sourceforge.net/projects/ffac/

I'm going to release some part under gpl/apache2 licence ... I've to fix a lot of things ( like security fix :/ ) before release the others parts ...



Someone tells me to do a master master server o_O

Stixsmaster 05-29-2007 20:07

Re: FFAC/Tools 2.1
 
I like the master server idea like bungie does for Halo 3 and well yea...cant wait to see future updates...

---Stixsmaster

P.S. just read the scourgeforge page you made...if you do plan on making it work with TFC at all and would like to use bots and what not...I currently have on my site for download the latest version of FoxBot and I have also included a bunch of custom maps that work perfect with it...and I plan on updating it with more maps soon untill I have all and well if you want you can use that when ready...

SweatyBanana 05-29-2007 20:08

Re: FFAC/Tools 2.1
 
Quote:

Originally Posted by Stixsmaster (Post 483530)
I like the master server idea like bungie does for Halo 3 and well yea...cant wait to see future updates...

---Stixsmaster


This is a good idea some ways and a bad idea in others. I think the master server code should all eventually be released just in case the O.P. decides to take an unexpected vacation from the forums.

Stixsmaster 05-29-2007 20:18

Re: FFAC/Tools 2.1
 
true true...but still if he does manage to keep to the forums and up to date there should never be any problems...

---Stixsmaster

Juba_PornBorn 05-29-2007 21:57

Re: FFAC/Tools 2.1
 
It's not good to release several web packets for each server or several servers. I think above all that there should be only one global list of stats for servers and players or release several web packets connected to a main database so everybody can know what's their ranking and skills compared to all servers not to just some.

So think first before downloading the sourceforge packets and installed them cos it wont be the same.

Hackziner you should open the doors of your web to some of the most skilled and responsable people here so the forums and the main page won't come to have problems and when you won't have the time to fix them. Just my opinion cos I really want this to grow in a all toghether thing instead of being splitted to groups of servers.

hackziner 05-30-2007 07:20

Re: FFAC/Tools 2.1
 
Anyway ... I've to put some part of the website online, because of their licences ...

hackziner 06-01-2007 15:31

Re: FFAC/Tools 2.1
 
Update :

2.2
-fix the aim bot bug
-add icq support
-new stats record ...
-several little fixs ..


If you've 2.1 there'll be an autoupdate in few minuts ...

I've corrected all the ffac/tool aim/icq/msn bot problems reported ...

So I'm going to update each plugins ... in several minuts ...

inc0gnito 06-02-2007 23:00

Re: FFAC/Tools 2.2
 
dude thx alot this plugin working 100% on my server

+karma

Caesar 06-03-2007 10:32

Re: FFAC/Tools 2.2
 
This is amazing shit dude, keep it up.

YamiKaitou 06-03-2007 23:56

Re: FFAC/Tools 2.2
 
I do have one question. If I don't want to use any of the features the main plugin offers, but I want to use like the aim or msn bot, is there a way that I don't have to install the main plugin but still be able to use the bots?

Juba_PornBorn 06-04-2007 03:24

Re: FFAC/Tools 2.2
 
Why would you not want to participate at ffac?
Since I've putten it to the server all players got interested on knowing their overall ranking and status to all the 100 thousand users ffac has.
Now we can know who are the best players without being menber at any clan on any given web tournament. It's simple. You just play and get your true value. Of course I thought that an Admin with plugins can get good ranking at ffac but in all it aspects it's good to have your rank their anyway and that's what's for amx_ffac bans. If anyone sucks at playing and he/she is just learning they can change their nick at anytime and start fresh again. I cheater is more or less irrelevant cos the ranking is seen thru time. You need months to get good ranking and a cheater cant cheat that long whithout being cought.

Just thought on something that it's important to prevent admin abuse on ranking. Add the feature of saving in which servers have players played and register admins playing at their servers to a special rank and skill. And a report system of admin abuse on ranking for that sort of prevention.
I think it's important.

hackziner 06-04-2007 07:25

Re: FFAC/Tools 2.2
 
Lol, thks Juba_pornborn :) I'm working on the next version ^^

Quote:

I do have one question. If I don't want to use any of the features the main plugin offers, but I want to use like the aim or msn bot, is there a way that I don't have to install the main plugin but still be able to use the bots?
Again'n again, NNNOOOOO !

If you don't want features, disable them ! But if you want use bots, your server must report stats !

You can disable all other functions with cvar !

If someone try to "cheat", with ffac/tool plugin modification, ... , it'll be automaticaly ban ( server ) ...

xMBx 06-05-2007 05:39

Re: FFAC/Tools 2.2
 
Where is MSNbot in version 2.2? That's why i'm using it. Everything else is pointless imo.

hackziner 06-05-2007 06:32

Re: FFAC/Tools 2.2
 
Here : http://forums.alliedmods.net/showthread.php?t=55732

Or in the package tool menu ( amx_ffac_hpt_menu )

hackziner 06-06-2007 14:43

Re: FFAC/Tools 2.3
 
1 Attachment(s)
2.3
-Optimisation : ->static
-Optimisation : ->formatex
-Optimisation : ->Global
-New package manager instruction : [ServerExec]
-Remove unused multilang support
-Remove hud skill messages
-Command list/ads -> One line
-Some "say text" commands are registered now
-"Auto ban" report and better ban support
-New stats support ...
-Log all games of last 7 days
-Support stats of specifics mods (cs & tfc)
-Version before 0.8 are unsupported now


Please don't ask for standalone plugins ...

Sti... ( I don't remember your nickname ), can you test with this version, and tell me what kind of stats ( for tfc ) you want ?
With this version I keep for 7 days all stats of all players with kill/death/.../flag cap./...




Joinned, the msn bot with /admin instead of !admin

bmann_420 06-13-2007 04:01

Re: FFAC/Tools 2.3
 
Very Very nice man :up:

question: i would suggest doing something different with that /me command. Unless it doesnt conflict with the amxx base package /me (that i use constantly)

EDIT:
Im gettin these also:

Code:

L 06/14/2007 - 04:12:49: No user name specified
L 06/14/2007 - 04:12:49: [AMXX] Displaying debug trace (plugin "v23_ffachmp.amxx")
L 06/14/2007 - 04:12:49: [AMXX] Run time error 10: native error (native "parse_loguser")
L 06/14/2007 - 04:12:49: [AMXX]    [0] 16687.attach::get_loguser_index (line 1338)
L 06/14/2007 - 04:12:49: [AMXX]    [1] 16687.attach::cs_target_bombed (line 1291)


bmann_420 06-18-2007 00:00

Re: FFAC/Tools 2.3
 
No reply eh :(

hackziner 06-18-2007 01:54

Re: FFAC/Tools 2.3
 
I've seen the problem, I'm gonna to correct it in the next version :)

bmann_420 06-18-2007 03:44

Re: FFAC/Tools 2.3
 
:up:

Alka 06-18-2007 04:05

Re: FFAC/Tools 2.3
 
I have the same problem hackziner :D! Hope you correct it :wink: asap ^^

flaviorodrigues 06-25-2007 18:25

Re: FFAC/Tools 2.3
 
i get my server crashing when i use amx_ffac_hpt_menu command

vtsoxluvr 06-28-2007 12:30

Re: FFAC/Tools 2.3
 
does this work with day of defeat? what i mean is will the stats get screwed up if i use it on a day of defeat server, i know it doesnt require cstrike so that isnt an issue but i dont want to screw up the stats

also i have one more question, are the stats stored by name or by steamid, cause i know on our server we are giving people different tegs for their rank and i dont want people to have to start over just because they get a promotion

hackziner 06-28-2007 13:08

Re: FFAC/Tools 2.3
 
Quote:

does this work with day of defeat?
Kill/Death/online time/... work with dod

Specifics stats are only supported for cstrike and tfc for now.

Quote:

also i have one more question, are the stats stored by name or by steamid
steam id, and ip if you have a %lan% steam id



For the hpt_menu bug, I'll try to correct it. Please note the bug is specific of lan server ...

bmann_420 07-10-2007 19:53

Re: FFAC/Tools 2.3
 
PHP Code:

#define PUB_TASK 23234

#define TASK_SLOW 0.20
#define TASK_FAST 0.05 

Is this the Publine task time?

I need it to come up much less frequent, gets kind of annoying. almost every round :D

hackziner 07-15-2007 12:26

Re: FFAC/Tools 2.3
 
2.5 update

Please note there is not autoupdate for the moment.

changelog :

2.5
-dbsys
-Change autoupdate system, now it update only if the version is older
-bmann_420 reported bug corrected
-change tfc mod detection : tfc -> tf%
-new package instruction : DeleleFile
-new cvar ffac_pub_time to change the pub time
-new forward ffac_client_auth(id)
-some other little fix

2.4
-force update on some client to avoid DoS attack

bmann_420 07-15-2007 16:24

Re: FFAC/Tools 2.5
 
Why thank you sir :D

ThunderBlizzard 07-19-2007 16:52

Re: FFAC/Tools 2.5
 
hm some bugs / error messages are fixed

but this one came out just 1 min out when i started testing ^^
Quote:

L 07/19/2007 - 22:40:00: [AMXX] Displaying debug trace (plugin "ffachmp2.amxx")
L 07/19/2007 - 22:40:00: [AMXX] Run time error 3: stack error
L 07/19/2007 - 22:40:00: [AMXX] [0] v25_ffachmp.sma::client_disconnect (line 640)

hackziner 07-19-2007 17:17

Re: FFAC/Tools 2.5
 
I'm so sorry, this is a mistake ... I've forgot to delete a line ... to correct the bug just delete the line 640 and recompile ( I'm gonna to update the main post )

thanks for the bug report

-> corrected : ok

ThunderBlizzard 07-21-2007 10:53

Re: FFAC/Tools 2.5
 
dont say thanks, we have for this great plugin dude :)

Guenhwyvar 07-30-2007 08:43

Re: FFAC/Tools 2.5
 
Sounds awesome.

I want to keep my server/player data local. I do not want any connections from any plugin to foreign servers. This one seems to do both (collecting player data on + autoupdate from your server).

Are these functions hardcoded or are they easy to disable? Is it possible to host my own stats website?

bmann_420 07-30-2007 22:10

Re: FFAC/Tools 2.3
 
Quote:

Originally Posted by bmann_420 (Post 501805)
PHP Code:

#define PUB_TASK 23234

#define TASK_SLOW 0.20
#define TASK_FAST 0.05 

Is this the Publine task time?

I need it to come up much less frequent, gets kind of annoying. almost every round :D



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

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