· 6 years ago · Mar 13, 2019, 05:04 AM
1Knifer plugin changed into HE grenade plugin
2
3
4### WHAT U NEED BEFORE ###
5-B3 v1.1.4
6-Webserwer with PHP-GeoIP installed
7
8### WHAT WILL BE CHANGED ###
9-Another Table added --> plugin_nader_hef
10
11
12### WHAT COMMANDS WILL BE AVAILABLE ###
13!hestats [<player>] / !hes [<player>] : tells a given player/himself his/her nade kills stats
14!hetopstats / !hets : tells a given player top stats
15!hestfu (toggle) : displays/hides bigtexts
16!hechallenge <player>/ !hech <player> : challenge someone
17!heallstats <player> / !heas <player> : total number of nade kills from xlrstats
18!hetestscore <player> / !hetest <player> : displays the amount of xlrstats skill points you will get for nading <player>
19!herecord / !herec : shows the nade kills record for the current map
20
21hestfu, hedisable, henable are made for the admins
22
23
24### INSTALLATOR-MANIA ###
25
261.] Extract to the coresponding Folders
27--> extplugins (!!!)
28
29
30
312.] Execute teh Following SQL Query to generate the required Table:
32
33CREATE TABLE /*!32325 IF NOT EXISTS*/ `plugin_nader_hef` (
34 `map_name` varchar(255) NOT NULL,
35 `playerid` int(11) NOT NULL,
36 `score` smallint(6) NOT NULL,
37 PRIMARY KEY (`map_name`)
38) ENGINE=MyISAM DEFAULT CHARSET=utf8;
39
40
41
423.] Add the following Line to ur b3.xml
43<plugin config="@b3/extplugins/conf/nader.xml" name="nader"/>
44
454.] Don´t be silly. Don´t forget to restart the bot.