Advertisement
Guest User

Untitled

a guest
Jan 27th, 2015
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. new AmmunationLSEX1;
  2. new AmmunationLSEX2;
  3.  
  4.  
  5.  
  6. #define PICK_InitPICK(%0) \
  7. for(new i=0;i<sizeof %0; i++) \
  8. %0[i][egzgz]=CreatePickup( %0[i][egzx1], %0[i][egzy1],%0[i][egzx2],%0[i][egzy2]);
  9.  
  10.  
  11.  
  12. enum pickint{{
  13. Float:egzx1,Float:egzy1,
  14. Float:egzx2,Float:egzy2,
  15. egzcolor, egzgz
  16. }
  17.  
  18. new pick_exterior[][pickint]={
  19. {1805, -2187, 1969, -2021, 0x6053FF3C},// Pozycja GangZone 1 (Pozycja X, Pozycja Y, Pozycja Z, Kolor_Strefy)
  20. {-5026.8, -26.7, -4973.2, 26.8, 0x30309090}, // Pozycja GangZone 2 (Pozycja X, Pozycja Y, Pozycja Z, Kolor_Strefy)
  21. {-5030.4, -4.4, -4969.5, 4.5, 0x90909090}, // Pozycja GangZone 3 (Pozycja X, Pozycja Y, Pozycja Z, Kolor_Strefy)
  22. {-5004.4, -30.2, -4995.5, 30.5, 0x90909090} // Pozycja GangZone 4 (Pozycja X, Pozycja Y, Pozycja Z, Kolor_Strefy)
  23. };
  24.  
  25. PICK_Init(){
  26. PICK_Init(pick_exterior)
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement