Help with trufs.. - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Help with trufs.. (
/showthread.php?tid=372532)
Help with trufs.. -
Ruffian - 27.08.2012
I have a problem with gang territories. I do not show, but continue to work and take over territories. Colors not on the map. The code :
http://dox.bg/files/dw?a=5a987e5b30
Re: Help with trufs.. -
Ruffian - 27.08.2012
Help,please?
Re: Help with trufs.. -
Ruffian - 28.08.2012
Help?
Re: Help with trufs.. -
Omar Amir - 28.08.2012
Did you add the colors ?
Re: Help with trufs.. -
Ruffian - 28.08.2012
Yes i add,but don't work..
Re: Help with trufs.. -
avivelkayam - 28.08.2012
here i tell you somethink
the color build like that
RR GG BB AA(Brightness)
FF FF FF FF
in the color TEAM_HIT_COLOR you do like this
#define TEAM_HIT_COLOR 0xFFFFFF
00
this 00 is the brightness and because its 0 dont see you in the map
if you want to fix that change all you color to FF in the End
like that:
#define TEAM_HIT_COLOR 0xFFFFFFFF
Re: Help with trufs.. -
Ruffian - 28.08.2012
I fixed by myself..