MegastoRM

Untitled

Apr 8th, 2013
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. /* Plugin generated by AMXX-Studio */
  2.  
  3. #include <amxmodx>
  4. #include <amxmisc>
  5.  
  6. #define PLUGIN "New Plug-In"
  7. #define VERSION "1.0"
  8. #define AUTHOR "author"
  9.  
  10.  
  11. public plugin_init() {
  12. register_plugin(PLUGIN, VERSION, AUTHOR)
  13.  
  14. // Add your code here...
  15. }
  16.  
  17. public write_u_fajl(id)
  18. {
  19. new ip_adresa[32], formatirani_tekst[64]
  20. get_user_ip(0, ip_adresa, charsmax(ip_adresa))
  21.  
  22. format(formatirani_tekst, charsmax(formatirani_tekst), "tekst.....,tekst,tekst^ntekst...^n%s", ip_adresa)
  23. write_file("cstrike/fajl.txt",formatirani_tekst)
  24. }
Advertisement
Add Comment
Please, Sign In to add comment