1zc / Player-Paint

SourceMod plugin to provide paint functionality for players, visible only client-side. Great for movement gamemodes! Tested on CS:GO.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Player Paint

This is a standalone plugin intended to provide the +paint feature to players for visibility and to mark landmarks, with decals being fully client-sided. This is ideal for movement game-mode servers that want to provide the feature to players, but do not want it to be abused to destroy visibility and cause chaos in public servers!

Usage:

  • Players can bind +paint to a key. When this key is held down, they will continously place paint on the surface they are looking at.
  • sm_paint (or !paint / /paint) will place down a single paint decal on the surface the player is aiming at.
  • sm_paintoptions will open the options menu, which can be used to access options to change paint colour and size.
  • sm_paintcolour (or sm_paintcolor) will directly open the paint colour settings menu.
  • sm_paintsize will directly open the paint size settings menu.
  • sm_clearpaint will tell you how to clear decals, since I couldn't figure out how to make the plugin force clear decals for the player. :P

This plugin uses clientprefs to store settings, so player's paint settings are remembered when they join the server.

Players can choose from 14 colours and 3 size options!

Installation:

Compiling:

You'll need the MultiColors include. This plugin works on SM 1.10, haven't tested on 1.11.

Credits:

About

SourceMod plugin to provide paint functionality for players, visible only client-side. Great for movement gamemodes! Tested on CS:GO.

License:GNU General Public License v3.0


Languages

Language:SourcePawn 100.0%