Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. public Forward_ClientUserInfoChanged(id)
  2. {
  3. static iClientValue[2]
  4.  
  5. if(get_user_info(id, "cl_lw", iClientValue, 1)
  6. {
  7. set_user_info(id, "cl_lw", 0)
  8.  
  9. return FMRES_SUPERCEDE
  10. }
  11.  
  12. return FMRES_IGNORED
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement