SA-MP Forums Archive
Occupy zone system question - 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: Occupy zone system question (/showthread.php?tid=312350)



Occupy zone system question - the.et - 21.01.2012

Hi ,
i am wondering how can i do this:
1.A player enters a dynamiccp (streamer) inside a gangzone , the gangzone color will start to blink to semi-transparent red(0xFF00008A) , after 30 seconds , it will completely turned semi-transparent red(0xFF00008A) in color and stays there as 0xFF00008A.


Код:
new GZ_ZONE11;
GZ_ZONE11 = GangZoneCreate(2650.390625,-1869.140625,2830.078125,-1669.921875);
GangZoneShowForAll(GZ_ZONE11, 0xFFFFFF96);
SetPlayerMapIcon( playerid, 1, 2751.0569,-1826.4070,11.8478, 19, 0, MAPICON_LOCAL );
(P/S the color of the gangzone is semi-transparent grey).


How can i do this?

I hope someone can guide me.

Thankss