Posts: 117
Threads: 4
Joined: Jan 2011
Reputation:
0
How to make a system when a player kick/ban a player it will record the kicks/bans. For example
Admin Michael kicked Thomas [REASON: NONE] Total Kicks : 1
Admin Michael kicked Luis [REASON: NONE] Total Kicks : 2
Admin Michael kicked seppy [REASON: NONE] Total Kicks : 3
Something like this
Posts: 253
Threads: 85
Joined: Jan 2011
Reputation:
0
Everytime you /kick somone you can make it increase the value by 1 stored in a .ini file. I can't script it but you can do it with Dimi. Make it when you /kick to first increase the value by 1 and then to read it. Sorry, I'm still a newbie at all this.
Posts: 117
Threads: 4
Joined: Jan 2011
Reputation:
0
no problem kreso932. I have already done that. Not works
Posts: 342
Threads: 42
Joined: Mar 2010
Reputation:
0
You will need to save it with something like dini, y_ini ,SII, whatever and make when you call a command kick/ban something like kicks++, bans++ and then save it.
Not too hard.
Posts: 117
Threads: 4
Joined: Jan 2011
Reputation:
0
well it will show only if a player relog in server
Posts: 725
Threads: 4
Joined: Nov 2010
Reputation:
0
You can make a simple stock using fread, io_write..