TeamMarker

Started by FarisDon, Aug 10, 2015, 08:39 PM

Previous topic - Next topic

FarisDon

Well i wanna ask that when i add my team in server.conf(abviously of player) to 1, 2 or 0 so it doesn't show the team marker color, but just show the icon of player in white color, so i don't know how to show the marks, in wiki of vc-mp i checked but the things related with player marker color to be shown are not edited.So i only want to know how to show everybody each other mark color just like 0.3 ?

aXXo

player.Colour = RGB( 255, 0, 0 )
This will change the player's marker color to red.

Thijn

You can add the team colors using the r, g, b, a elements in your server.conf:
<class team="0" skin="1" x="123" y="123" z="123" angle='0" r="255" g="0" b="0" a="0" weapon1="21" ammo1="9999" weapon2="1" ammo2="2" weapon3="12" ammo3="999">

R, G, B is the red green blue.
A is the alpha. This is usually 255.

KAKAN

Well I use RGB in the last, and it works fine, so are there any syntax for that addclass system in server.conf
oh no

FarisDon