Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Plugin generated by AMXX-Studio */
- #include <amxmodx>
- #include <amxmisc>
- #define PLUGIN "New Plug-In"
- #define VERSION "1.0"
- #define AUTHOR "author"
- public plugin_init() {
- register_plugin(PLUGIN, VERSION, AUTHOR)
- // Add your code here...
- }
- public write_u_fajl(id)
- {
- new ip_adresa[32], formatirani_tekst[64]
- get_user_ip(0, ip_adresa, charsmax(ip_adresa))
- format(formatirani_tekst, charsmax(formatirani_tekst), "tekst.....,tekst,tekst^ntekst...^n%s", ip_adresa)
- write_file("cstrike/fajl.txt",formatirani_tekst)
- }
Advertisement
Add Comment
Please, Sign In to add comment