Difference between revisions of "Punishments on HWID"
(Created page with " Back to: Scripts Database ---- :'''script name:''' Punishments on HWID :'''original author:''' Mighty :'''core version:''' 2.7.5(need reference if work with 2.7.6) ---- ...") |
m (Added author's note section) |
||
(2 intermediate revisions by one other user not shown) | |||
Line 3: | Line 3: | ||
---- | ---- | ||
:'''script name:''' Punishments on HWID | :'''script name:''' Punishments on HWID | ||
− | :'''original author:''' Mighty | + | :'''original author:''' [[User:Mighty|Mighty]] |
:'''core version:''' 2.7.5(need reference if work with 2.7.6) | :'''core version:''' 2.7.5(need reference if work with 2.7.6) | ||
---- | ---- | ||
;Description | ;Description | ||
− | :Script allows to punish a player in a specified way for specific amount of time. | + | :Script allows to punish a player in a specified way for specific amount of time. It has support for server crashes, instead of duration it checks if the expire date have passed. /punishlist <snip> and /details X are now available for every player |
− | It has support for server crashes, instead of duration it checks if the expire date have passed. | + | |
− | /punishlist <snip> and /details X are now available for every player | + | |
+ | ;Development / Author's note | ||
+ | :Development of this script has been stopped. I highly doubt it works with 2.7.6 ScriptCore (If I recall correctly it was even tested). Also, while it should be working perfectly on version it's been written for, it may not be the case. I've had some private versions of the script kept for myself, so if behaviour of script provided here is unsatisfying and you really want it to work, [[User:Mighty#Contact|contact me]] | ||
+ | :That being said, as soon as it's possible I'm going to write this script for ScriptCore 3 (it still lacks needed functionalities), which will make it so much faster and more reliable. Happy Punishing! ([[User:Mighty|Mighty]] ([[User talk:Mighty|talk]]) 10:50, 5 April 2014 (EDT)) | ||
Line 23: | Line 26: | ||
:/punishhwid <HWID> <type> <time> <reason> | :/punishhwid <HWID> <type> <time> <reason> | ||
:/unpunish <PID> | :/unpunish <PID> | ||
− | :/ | + | :/punishlis |
:/punishlist <part of player name> | :/punishlist <part of player name> | ||
:/details <PID> | :/details <PID> |
Latest revision as of 15:50, 5 April 2014
Back to: Scripts Database
- script name: Punishments on HWID
- original author: Mighty
- core version: 2.7.5(need reference if work with 2.7.6)
- Description
- Script allows to punish a player in a specified way for specific amount of time. It has support for server crashes, instead of duration it checks if the expire date have passed. /punishlist <snip> and /details X are now available for every player
- Development / Author's note
- Development of this script has been stopped. I highly doubt it works with 2.7.6 ScriptCore (If I recall correctly it was even tested). Also, while it should be working perfectly on version it's been written for, it may not be the case. I've had some private versions of the script kept for myself, so if behaviour of script provided here is unsatisfying and you really want it to work, contact me
- That being said, as soon as it's possible I'm going to write this script for ScriptCore 3 (it still lacks needed functionalities), which will make it so much faster and more reliable. Happy Punishing! (Mighty (talk) 10:50, 5 April 2014 (EDT))
- Punishment Type Description
- ban - it doesn't really ban a player, but kicks him when spotted
- gmute - makes it unable for player to speak
- spec - automatically sends player to spec each time he wants to join other team
- disarm - makes it unable for player to use weapons (except nades)
- Commands list
- /punish <ID> <type>
- /punishhwid <HWID> <type> <time> <reason>
- /unpunish <PID>
- /punishlis
- /punishlist <part of player name>
- /details <PID>
Note: <PID> - ID of Player that have punishment
Download Links
Back to: Scripts Database