Описание:
Quote
Мод заменяет mp5navy оружием, которое напоминает paintball оружие. Оружие стреляет шариками с краской. Когда шарики сталкиваются , что они превращаются в краску, разбрызгивают и если они сталкиваются с игроком, он умирает. Шарики летят медленно))


Quote
В комплекте есть 4 карты!
Уменьшено до 86%
700 x 525 (96.44 килобайт)


Команды:
Quote
say /ent - tell you how many paintballs are spawned/total paintball allowed/total entities spawn/total entities allowed.


Quote
Уменьшено до 79%
465 x 46 (7.07 килобайт)


CVars
Quote
-- paintballgun.amxx --
amx_pbgun (default 1) - Toggles the paintballgun
pbgun_color (default 1) - Color of the paintball 1=Random 2=Team
pbgun_shots (default 220) - How many paintball entities can be spawned at once. (If your server is crashing, decrease this value.)
pbgun_velocity (default 2000) - The speed the paintballs travel (must be lower than sv_maxvelocity (default 2000))
pbgun_speed (default 0.08 ) - The time in between each shot
pbgun_life (default 10) - How long the paintball stay spawned
pbgun_sound (default 1) - Toggles the shooting and hitting sounds
-- paintballmod.amxx --
amx_pbmod (default 1) - Toggles the paintballgun
amx_pbammo (default 4) - How many clips each player is given
amx_pbmoney (default 1) - Toggles if players money is stripped
amx_pbstrip (default 1) - Toggles if players weapons are stripped


Modules
Quote
-- paintballgun.amxx --
#include
#include
#include
-- paintballmod.amxx --
#include
#include


Sources
Quote
paintball spatter base - PaintBall by SAMURAI16
blocking weapon fire tutorial by KCE