Advertisement
Guest User

Untitled

a guest
Jul 7th, 2014
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. public OnPlayerConnect( playerid )
  2. {
  3. GangZoneShowForPlayer(playerid, GZ_ZONE1);
  4. GangZoneShowForPlayer(playerid, GZ_ZONE2);
  5. GangZoneShowForPlayer(playerid, GZ_ZONE3);
  6. GangZoneShowForPlayer(playerid, GZ_ZONE4);
  7. GangZoneShowForPlayer(playerid, GZ_ZONE5);
  8. GangZoneShowForPlayer(playerid, GZ_ZONE6);
  9. GangZoneShowForPlayer(playerid, GZ_ZONE7);
  10. GangZoneShowForPlayer(playerid, GZ_ZONE8);
  11. return 1;
  12. }
  13.  
  14.  
  15. new GZ_ZONE1;
  16. GZ_ZONE1 = GangZoneCreate(2217,1875,-1739,0625,2545,3125,-1624,21875);
  17. GangZoneShowForAll(GZ_ZONE1, 0x00800096);
  18. new GZ_ZONE2;
  19. GZ_ZONE2 = GangZoneCreate(2196,09375,-1729,6875,2554,6875,-1619,53125);
  20. GangZoneShowForAll(GZ_ZONE2, 0x00800096);
  21. new GZ_ZONE3;
  22. GZ_ZONE3 = GangZoneCreate(2001,5625,-1748,4375,2167,96875,-1610,15625);
  23. GangZoneShowForAll(GZ_ZONE3, 0xFF00FF96);
  24. new GZ_ZONE4;
  25. GZ_ZONE4 = GangZoneCreate(1846,875,-1265,625,2069,53125,-1139,0625);
  26. GangZoneShowForAll(GZ_ZONE4, 0xFFFF0096);
  27. new GZ_ZONE5;
  28. GZ_ZONE5 = GangZoneCreate(1830,46875,-2121,09375,1954,6875,-1900,78125);
  29. GangZoneShowForAll(GZ_ZONE5, 0x00FFFF96);
  30. new GZ_ZONE6;
  31. GZ_ZONE6 = GangZoneCreate(1082,8125,-2085,9375,1317,1875,-1989,84375);
  32. GangZoneShowForAll(GZ_ZONE6, 0xC0C0C096);
  33. new GZ_ZONE7;
  34. GZ_ZONE7 = GangZoneCreate(2369,53125,-1258,59375,2636,71875,-1157,8125);
  35. GangZoneShowForAll(GZ_ZONE7, 0xFF000096);
  36. new GZ_ZONE8;
  37. GZ_ZONE8 = GangZoneCreate(2728,125,-1671,09375,2894,53125,-1488,28125);
  38. GangZoneShowForAll(GZ_ZONE8, 0xE7DC1896);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement