24.04.2011, 04:07
(
Последний раз редактировалось sciman001; 24.04.2011 в 04:40.
Причина: added anti-cheat
)
STATS SAVER
Hi all. I am sure that you at least at one point have been looking for a fs that saves and loads a players stats reliably and without a /login or /register. Well, if that sounds like you, then this is for you! This fs saves the players name, ip, date and time joined, score, cash, kills, and deaths.
FEATURES:
Dini
Anti-Cheat
/stats command
HEHE.. Not many features... yet. Anyway, heres the format of the user file:
Those values were just examples. HEHE. To change the user file directory, open the .pwn and change this:
Kind of self explanitory. Heres a link!!!
http://solidfiles.com/d/02889/ - VERSION 0.1c
0.1c features:
/stats command
Bug fix
Added code.
Added anti-cheat
INSTALLATION:
1. Open server.cfg. Next to filterscrips, add stats. Save and close server.cfg.
2. Create a folder in scriptfiles called Users.
3. DONE!
Anti-Cheats:
Anti-Minigun
Anti-JetPack
Anti-Weapon In Interior
Configuration:
Open the .pwn file. Find these lines:
am = anti-minigun
awii = anti-weapon in interior
ajp = anti-jetpack
1 == on
0 == off
Compile the code when done.
CREDITS:
sciman001 - Script
DracoBlue - Dini
PLEASE LEAVE COMMENTS!!! THANKS FOR UR TIME!
Hi all. I am sure that you at least at one point have been looking for a fs that saves and loads a players stats reliably and without a /login or /register. Well, if that sounds like you, then this is for you! This fs saves the players name, ip, date and time joined, score, cash, kills, and deaths.
FEATURES:
Dini
Anti-Cheat
/stats command
HEHE.. Not many features... yet. Anyway, heres the format of the user file:
Код:
NAME=name IP=192.168.1.1 REGGED=2011:4:24 - 16:4:36 KILLZ=5 DEATHZ=33 CASH=53 SCORE=22
pawn Код:
#define USERFILE "Users/%s.ini"
http://solidfiles.com/d/02889/ - VERSION 0.1c
0.1c features:
/stats command
Bug fix
Added code.
Added anti-cheat
INSTALLATION:
1. Open server.cfg. Next to filterscrips, add stats. Save and close server.cfg.
2. Create a folder in scriptfiles called Users.
3. DONE!
Anti-Cheats:
Anti-Minigun
Anti-JetPack
Anti-Weapon In Interior
Configuration:
Open the .pwn file. Find these lines:
pawn Код:
#define am 1
#define awii 1
#define ajp 1
awii = anti-weapon in interior
ajp = anti-jetpack
1 == on
0 == off
Compile the code when done.
CREDITS:
sciman001 - Script
DracoBlue - Dini
PLEASE LEAVE COMMENTS!!! THANKS FOR UR TIME!