Guest User

Untitled

a guest
Mar 30th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. enum Firme
  2. {
  3. fImaVlasnika,
  4. fVlasnik[MAX_PLAYER_NAME],
  5. fVrsta,
  6. fNaziv[64],
  7. fIznuda[64],
  8. Float:fUlazX,
  9. Float:fUlazY,
  10. Float:fUlazZ,
  11. Float:fIzlazX,
  12. Float:fIzlazY,
  13. Float:fIzlazZ,
  14. fLevel,
  15. fCena,
  16. fKasa,
  17. fInt,
  18. fZatvoreno,
  19. fProizvodi,
  20. fMaxProizvodi,
  21. fVW
  22. };
  23. new FirmaInfo[MAX_FIRMI][Firme];
  24. new UsaoFirma[MAX_PLAYERS];
  25. new FirmaPickup[sizeof(FirmaInfo)];
  26. new Text3D:FirmaLabel[sizeof(FirmaInfo)];
Advertisement
Add Comment
Please, Sign In to add comment