A little problem with gang zones (only create gang zones)
#2

Quote:
Originally Posted by Seif_
Show us where and how you created them.
I create the gang zone with Xtreme Vehicle Plotter and i put correctly the creategangzone, new gangzone and all.

Please help!

In ongamemodeinit:

Code:
	lcn = GangZoneCreate(1098,173, -2104,27, 1546,908, -1847,667);
	abogar = GangZoneCreate(1577,33, -1879,249, 1691,416, -1681,862);
	policia = GangZoneCreate(1364,372, -1737,13, 1554,513, -1547,639);
	grove = GangZoneCreate(2212,404, -1954,256, 2710,575, -1598,959);
In the top of the script:

Code:
new lcn; new abogar; new policia; new grove;
And in onplayerspawn:

Code:
      GangZoneShowForPlayer(playerid, grove, 0x00FF0096);
		  GangZoneShowForPlayer(playerid, policia, 0x0000FF96);
 			GangZoneShowForPlayer(playerid, abogar, 0xFFFFFF96);
 			GangZoneShowForPlayer(playerid, lcn, 0x00000096);
Please help!

Reply


Messages In This Thread
A little problem with gang zones (only create gang zones) - by CTCCoco - 29.10.2008, 22:19
Re: A little problem with gang zones (only create gang zones) - by CTCCoco - 29.10.2008, 22:45
Re: A little problem with gang zones (only create gang zones) - by linxx - 30.10.2008, 06:43
Re: A little problem with gang zones (only create gang zones) - by Klaz - 15.02.2009, 00:00
Re: A little problem with gang zones (only create gang zones) - by dafel2 - 20.02.2009, 10:59

Forum Jump:


Users browsing this thread: 1 Guest(s)