View Single Post
Plugin Info:     Modification:          Category:          Approver:   Hawk552 (427)
Podunk
Senior Member
Join Date: Nov 2005
Location: Florida
Old 05-04-2007 , 12:34   rememberthefrags SQL 0.2.6 beta
Reply With Quote #1

Code:
/*
rememberthefrags SQL
Remembers your Frags/Deaths even after reconnecting.
CVAR            Default Value    Description

rtf_id             "not set"    //Unique Identifier for this network
rtf_sql_type       "sqlite"     //mysql or sqlite
rtf_sql_host       "127.0.0.1"  //sql host
rtf_sql_user       "root"       //sql username
rtf_sql_pass       ""           //sql password
rtf_sql_db         "rtf"        //database name
rtf_sql_table      "rtf"        //table name
rtf_tickrate       5.0          //rate at which plugin runs ( LOWER = MORE CPU )
rtf_reset_newround 0            //discard data on new round ( 0 or 1 )
rtf_min_frags      0            //minimum frags before account is started
rtf_min_deaths     0            //minimum deaths before account is started

*/
new PLUGINNAME[] = "rtf_sql"
new VERSION[] = "0.2.6 beta"
new AUTHOR[] = "FoolyCooly/JGHG"
#include <amxmisc>
#include <cstrike>
#include <fun>
#include <sqlx>
Attached Files
File Type: sma Get Plugin or Get Source (rtf_sql.sma - 2292 views - 9.1 KB)
__________________
Check out my website at http://matthewmiller.info

Last edited by Podunk; 06-13-2008 at 08:39.
Podunk is offline
Send a message via MSN to Podunk