User
Pass
2FA
 
 

Join_iP

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Freakz Forum Index -> Trash Bin -> Trash
Author Message3149
son1k

[Mentally Stable]



Status: Offline
(since 20-01-2011 10:57)
Joined: 16 Feb 2009
Posts: 52, Topics: 16
Location: Romania

Reputation: 143.1
Votes: 4

Post Posted: 01-03-2009, 22:36:25 | Translate post to: ... (Click for more languages)

Care are pluginu de AMXMODX care arata in chat cand se conecteaza un player ???

EXEMPLU:

Se conecteaza (Vasile) de pe IP:(84.22.33.222)

PoSiTiOn Of PoWeR poti face un astefel de plugin pentru amxx ?
Este un plugin care iti arata NUMELE,TARA,AUTH_ID,IP dar numi place

0 0
  
Back to top
View user's profile Send private message
PoSiTiOn Of PoWeR

[ZP.FREAKZ.RO OWNER]



Status: Offline
(since 07-10-2015 14:51)
Joined: 25 Oct 2008
Posts: 712, Topics: 77
Location: Germany

Reputation: 185.3
Votes: 18

Post Posted: 02-03-2009, 15:38:01 | Translate post to: ... (Click for more languages)

vezi daca iti place
Code:

/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>

#define PLUGIN "New Plugin"
#define VERSION "1.0"
#define AUTHOR "P.Of.Pw"

new pname[32];
new usrip[32];

public plugin_init() register_plugin(PLUGIN, VERSION, AUTHOR);
   

public client_connect(id)
{
   get_user_name(id,pname,31);
   get_user_ip(id,usrip,31);

   client_print(0,print_chat,"Se conecteaza (%s) de pe IP:(%s)",pname,usrip);
}

public client_disconnect(id)
{
   get_user_name(id,pname,31);
   get_user_ip(id,usrip,31);
   
   client_print(0,print_chat,"Se deconecteaza (%s) de pe IP:(%s)",pname,usrip);
}

0 0
  
Back to top
View user's profile Send private message
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Freakz Forum Index -> Trash Bin -> Trash  


The time now is 11-02-2025, 12:44:16
Copyright info

Based on phpBB ro/com
B

 
 
 







I forgot my password


This message appears only once, so
like us now until it's too late ! :D
x