04.03.2017, 17:46
(
Последний раз редактировалось JustMe.77; 18.03.2017 в 13:05.
)
Hey, it's JustMe again.
Today with a small Filterscript I've made for someone in the german community, I thought why not sharing it with you guys aswell?
Previous Releases
[Include] Elegant Login / Register TextDraws
[Include] Anti-Vehiclerepair Hack
Information
With this Filterscript, you can punish players by forcing them to run through an amount of checkpoints you choose. This is in my opinion way better than the usual "Jail Systems".
It saves everything with SQLite, this means a jailed player will get re-jailed everytime he connect to the server, till he's finished with the punishment.
Here's a short video showing the main functions:
https://*********/oGB-gWMRllA
Commands
Settings
Credits
v.2.0.0:
http://forum.sa-mp.com/showpost.php?...4&postcount=12
Test Server
server.lndsquad.com:2222
Download
English Version
German Version
End
That was all. Pretty simple system, there might be a lot to improve, just let me know here.
Leave a comment and post suggestions if you have a few !
Today with a small Filterscript I've made for someone in the german community, I thought why not sharing it with you guys aswell?
Previous Releases
[Include] Elegant Login / Register TextDraws
[Include] Anti-Vehiclerepair Hack
Information
With this Filterscript, you can punish players by forcing them to run through an amount of checkpoints you choose. This is in my opinion way better than the usual "Jail Systems".
It saves everything with SQLite, this means a jailed player will get re-jailed everytime he connect to the server, till he's finished with the punishment.
Here's a short video showing the main functions:
https://*********/oGB-gWMRllA
Commands
- /cpjail - Jail a player
- /cpunjail - Unjail a player
- /prisonlist- View a list of all jailed players
Settings
Код HTML:
//Settings // 0 = Disable setting // 1 = Enable setting #define PUNISH_DELAY 10 // Time in seconds to re-punish a player AFTER he has been spawned (if he disconnected while being jailed) #define MIN_CPS 5 // Smallest possible Checkpoint - punishment amount (recommended) #define MAX_CPS 99 // Highest possible Checkpoint - punishment amount (recommended) #define SAVE_WEAPONS 1 // Enable/Disable saving & loading players weapons #define DIFFERENT_WORLD 0 // Enable/Disable spawning in different virtual worlds to prevent players to see each other #define PRO_PUNISHMENT 0 // Enable/Disable that the jailed player gets cuffed or not (enabled = EXTREMELY ANNOYING) #define SHOW_RULES 1 // Enable/Disable random server-rules appearing if a player enter a checkpoint
- Icognito - Streamer Plugin
- Zeex - ZCMD
- ****** - sscanf2
- Kar - foreach standalone
- Jeffry - IsNumeric & ReturnPlayerID Function
- Jelly23 - Best possible support
v.2.0.0:
http://forum.sa-mp.com/showpost.php?...4&postcount=12
Test Server
server.lndsquad.com:2222
Download
English Version
German Version
End
That was all. Pretty simple system, there might be a lot to improve, just let me know here.
Leave a comment and post suggestions if you have a few !