Advertisement
Guest User

Untitled

a guest
Jan 27th, 2015
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 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}, // Pozycja 1 ( X, Y, Z, )
  20. {1805, -2187, 1969}, // Pozycja 2 ( X, Y, Z, )
  21. {1805, -2187, 1969}, // Pozycja 3 ( X, Y, Z, )
  22. {1805, -2187, 1969} // Pozycja 4 ( X, Y, Z, )
  23. };
  24.  
  25. PICK_Init(){
  26. PICK_Init(pick_exterior)
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement