Advertisement
Guest User

Untitled

a guest
Aug 13th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. enum hInfo
  2. {
  3. Float:hEntrancex,
  4. Float:hEntrancey,
  5. Float:hEntrancez,
  6. Float:hExitx,
  7. Float:hExity,
  8. Float:hExitz,
  9. hHealthx,
  10. hHealthy,
  11. hHealthz,
  12. hArmourx,
  13. hArmoury,
  14. hArmourz,
  15. hOwner[MAX_PLAYER_NAME],
  16. hDiscription[MAX_PLAYER_NAME],
  17. hValue,
  18. hHel,
  19. hArm,
  20. hInt,
  21. hLock,
  22. hOwned,
  23. hRooms,
  24. hRent,
  25. hRentabil,
  26. hTakings,
  27. hVec,
  28. hVcol1,
  29. hVcol2,
  30. hDate,
  31. hLevel,
  32. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement