Advertisement
Guest User

Untitled

a guest
Aug 30th, 2014
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. #include <a_samp>
  2.  
  3. native WP_Hash(buffer[], len, const str[]);
  4.  
  5. main()
  6. {
  7. new
  8. buf[129];
  9. printf("hash");
  10. WP_Hash(buf, sizeof (buf), "The quick brown fox jumps over the lazy dog");
  11. print(buf);
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement