08.07.2009, 17:36
Hi i need some help on adding Gang Zones.
Ive got the co-ords and stuff for them i know they should work but when do i put them in my script?
Here are what ive got
// pyramid casino
2082.442382, 1203.333618, 2417.735595, 1363.207885
new zoneid = GangZoneCreate(playerid, 2082.442382, 1203.333618, 2417.735595, 1363.207885);
GangZoneShowForAll(zoneid, -436207489);
//camelot zone
2077.629638, 978.157531, 2342.387207, 1188.140502
new zoneid = GangZoneCreate(playerid, 2077.629638, 978.157531, 2342.387207, 1188.140502);
GangZoneShowForAll(zoneid, 568131711);
// 4drags
1872.176757, 938.319641, 2037.270996, 1088.505615
new zoneid = GangZoneCreate(playerid, 1872.176757, 938.319641, 2037.270996, 1088.505615);
GangZoneShowForAll(zoneid, -109575041);
// hotel
1837.709350, 1282.439575, 2037.077270, 1448.544921
new zoneid = GangZoneCreate(playerid, 1837.709350, 1282.439575, 2037.077270, 1448.544921);
GangZoneShowForAll(zoneid, -65409);
// royal casino
2077.585449, 1377.809570, 2242.517822, 1527.665161
new zoneid = GangZoneCreate(playerid, 2077.585449, 1377.809570, 2242.517822, 1527.665161);
GangZoneShowForAll(zoneid, 64391039);
Ive got the co-ords and stuff for them i know they should work but when do i put them in my script?
Here are what ive got
// pyramid casino
2082.442382, 1203.333618, 2417.735595, 1363.207885
new zoneid = GangZoneCreate(playerid, 2082.442382, 1203.333618, 2417.735595, 1363.207885);
GangZoneShowForAll(zoneid, -436207489);
//camelot zone
2077.629638, 978.157531, 2342.387207, 1188.140502
new zoneid = GangZoneCreate(playerid, 2077.629638, 978.157531, 2342.387207, 1188.140502);
GangZoneShowForAll(zoneid, 568131711);
// 4drags
1872.176757, 938.319641, 2037.270996, 1088.505615
new zoneid = GangZoneCreate(playerid, 1872.176757, 938.319641, 2037.270996, 1088.505615);
GangZoneShowForAll(zoneid, -109575041);
// hotel
1837.709350, 1282.439575, 2037.077270, 1448.544921
new zoneid = GangZoneCreate(playerid, 1837.709350, 1282.439575, 2037.077270, 1448.544921);
GangZoneShowForAll(zoneid, -65409);
// royal casino
2077.585449, 1377.809570, 2242.517822, 1527.665161
new zoneid = GangZoneCreate(playerid, 2077.585449, 1377.809570, 2242.517822, 1527.665161);
GangZoneShowForAll(zoneid, 64391039);