Raised This Month: $ Target: $400
 0% 

Frequent Fragger Program


Post New Thread Reply   
 
Thread Tools Display Modes
Plugin Info:     Modification:   ALL        Category:   Server Management       
slurpycof
Senior Member
Join Date: Nov 2004
Old 04-06-2005 , 11:29   Frequent Fragger Program
Reply With Quote #1

Plugin removed, please look for Frequent Fragger Program Version 4.
slurpycof is offline
Proach
Veteran Member
Join Date: Jan 2005
Location: The Netherlands
Old 04-06-2005 , 11:40  
Reply With Quote #2

really good Idea

quite handy for pubs
Proach is offline
Send a message via ICQ to Proach
Dr_Knuckles
AlliedModders Donor
Join Date: Mar 2005
Location: SW Florida
Old 04-06-2005 , 17:32  
Reply With Quote #3

Im getting the error:

ML_NOTFOUND: NO_FRAG_TIME

What am I missing?
__________________
Dr_Knuckles is offline
slurpycof
Senior Member
Join Date: Nov 2004
Old 04-06-2005 , 17:58  
Reply With Quote #4

From the top of the sma. I will add to first post also.

- frequentfraggerprogram.txt must be placed in moddir/addons/amxmodx/data/lang for the messages to work.

from the language file
NO_FRAG_TIME = You do not have any time in the Frequent Fragger Program
slurpycof is offline
Dr_Knuckles
AlliedModders Donor
Join Date: Mar 2005
Location: SW Florida
Old 04-06-2005 , 18:10  
Reply With Quote #5

I did all that. It isn't saving I guess, I haven't ever used the mysql.dll before so i dunno how it works. Do I need to enable something somewhere or create a file?
__________________
Dr_Knuckles is offline
BigBaller
Veteran Member
Join Date: Mar 2004
Location: Everett, WA
Old 04-06-2005 , 18:35  
Reply With Quote #6

No

the .txt file is a simple language file that you need to download and place in your data/lang directory.

REstart server and all will work.
BigBaller is offline
Dr_Knuckles
AlliedModders Donor
Join Date: Mar 2005
Location: SW Florida
Old 04-06-2005 , 19:09  
Reply With Quote #7

I did but I guess I'll try it again.
__________________
Dr_Knuckles is offline
Dr_Knuckles
AlliedModders Donor
Join Date: Mar 2005
Location: SW Florida
Old 04-06-2005 , 19:18  
Reply With Quote #8

I restarted and got this:


04/06/2005 - 18:024: Server cvar "max_queries_sec" = "***PROTECTED***"
L 04/06/2005 - 18:024: Server cvar "max_queries_sec_global" = "***PROTECTED***"
L 04/06/2005 - 18:024: Server cvar "max_queries_window" = "***PROTECTED***"

And it still says the same shit I posted about before. Do I need to use admin_sql.amxx instead of admin.amxx?
__________________
Dr_Knuckles is offline
slurpycof
Senior Member
Join Date: Nov 2004
Old 04-06-2005 , 20:35  
Reply With Quote #9

you do not need admin_sql.amxx. You need to make sure that you have a MySQL server and the correct info to use it. If you do, then check the following.

in your moddir/addons/amxmodx/configs/modules.ini make sure you have the correct module being used. I run hlds on a windows system so I am using the mysql_amxx.dll as shown below
; -------------------------------------------
; Database Access - only enable one of these
; -------------------------------------------
; MySQL
;mysql_amxx_i386.so
mysql_amxx.dll
;mysql_amxx_amd64.so
; PostgreSQL
;pgsql_amxx_i386.so
;pgsql_amxx.dll
; Microsoft SQL
;mssql_amxx.dll

Next check your moddir/addons/amxmodx/configs/sql.cfg and make sure you have it set properly. I use a local MySQL server with a database named maprank. Here is my example.

// SQL configuration file
// File location: $moddir/addons/amxx/configs/sql.cfg

// *NOTE* Linux users may encounter problems if they specify "localhost" instead of "127.0.0.1"
// We recommend using your server IP address instead of its name

amx_sql_host "localhost"
amx_sql_user "myusername"
amx_sql_pass "mypassword"
amx_sql_db "maprank"
amx_sql_table
slurpycof is offline
[pc]Raba
Veteran Member
Join Date: Jan 2004
Location: Erfurt
Old 04-07-2005 , 05:04  
Reply With Quote #10

The Plugin functions perfectly. Thanks
__________________
Wichtige Erkenntnis:
Murphys Gesetz ist nicht umkehrbar. Das Auto zu waschen, damit es regnet, funktioniert nicht.
[pc]Raba is offline
Send a message via ICQ to [pc]Raba
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 15:16.


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