21.01.2012, 04:28
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.
(P/S the color of the gangzone is semi-transparent grey).
How can i do this?
I hope someone can guide me.
Thankss
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 );
How can i do this?
I hope someone can guide me.
Thankss