Guest User

Untitled

a guest
Jan 19th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. void ItemDropDuration(){
  2. int duration = GetPrivateProfileInt("GENERAL","ItemDropStayDuration",120,cfg.conf_item);
  3. duration *= 1000;
  4. #ifdef GS
  5. *(DWORD*)(0x4BB23A+1) = duration;
  6. *(DWORD*)(0x4BB3EB+1) = duration;
  7. #else if GSCS
  8. *(DWORD*)(0x4CC25A+1) = duration;
  9. *(DWORD*)(0x4CC40B+1) = duration;
  10. #endif
  11. }
Add Comment
Please, Sign In to add comment