09.11.2015, 18:36
(
Последний раз редактировалось rootcause; 05.07.2016 в 17:07.
Причина: video re-added
)
This filterscript adds the ability of creating roadblocks, road signs (added in 0.3.7), police lines, spike strips and speed cams to people play with cop skins. Every object placed by people gets saved into a SQLite database.
Commands
/placeobject - Opens the category dialog, you can choose what to place from there. (Requires a cop skin.)
/editobject - Allows you to edit the object you've specified ID of, if its yours. (RCON admins can edit everyone's objects.)
/removeobject - Allows you to remove the object you've specified ID of, if its yours. (RCON admins can remove everyone's objects.)
/gotoobject - Teleports you to the object you've specified ID of. (RCON only)
Object Types
Roadblocks - Nothing new, just simple roadblocks. You can add/remove roadblocks from scriptfiles/roadblocks.txt
Signs - Sign objects added in the 0.3.7 update, might be useful for roleplay. You can add/remove signs from scriptfiles/signs.txt
Police Lines - Might be useful for crime scenes, or blocking interiors. Uses this object.
Spike Strips - Pretty obvious what it does, you can use these for popping tires.
Speed Cameras - Just warns the player and plays a camera sound if they're speeding. To edit it find this:
and add your code under it.
Downloads
Commands
/placeobject - Opens the category dialog, you can choose what to place from there. (Requires a cop skin.)
/editobject - Allows you to edit the object you've specified ID of, if its yours. (RCON admins can edit everyone's objects.)
/removeobject - Allows you to remove the object you've specified ID of, if its yours. (RCON admins can remove everyone's objects.)
/gotoobject - Teleports you to the object you've specified ID of. (RCON only)
Object Types
Roadblocks - Nothing new, just simple roadblocks. You can add/remove roadblocks from scriptfiles/roadblocks.txt
Signs - Sign objects added in the 0.3.7 update, might be useful for roleplay. You can add/remove signs from scriptfiles/signs.txt
Police Lines - Might be useful for crime scenes, or blocking interiors. Uses this object.
Spike Strips - Pretty obvious what it does, you can use these for popping tires.
Speed Cameras - Just warns the player and plays a camera sound if they're speeding. To edit it find this:
pawn Код:
// detected by a speed camera
Downloads