User
Pass
2FA
 
 

Problema amxmodx !

 
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 -> CS 2006-2019 (Archived) -> Fixed issues
Author Message927
pronume

[Mentally Stable]



Status: Offline
(since 16-01-2013 17:00)
Joined: 15 Mar 2008
Posts: 58, Topics: 24
Location: fff

Reputation: 105.7
Votes: 4

 
Post Posted: 26-10-2008, 09:20:10 | Translate post to: ... (Click for more languages)

am o problema dc ori ce jicator poate da ban? - - - - - - imi spuneti si mie unde trebuie sa modific? - - - - - -
0 0
  
Back to top
View user's profile Send private message Yahoo! Messenger ID
*0ranGe ! extrem

[I ❤ MY POLO!]



Status: Offline
(since 11-12-2017 12:06)
Joined: 01 Jul 2007
Posts: 11419, Topics: 191
Location: Romania

Reputation: 683.4
Votes: 117

   
Post Posted: 26-10-2008, 10:06:07 | Translate post to: ... (Click for more languages)

amx_showip, are un bug, scoate-l.


0 0
  
Back to top
View user's profile Send private message
pronume

[Mentally Stable]



Status: Offline
(since 16-01-2013 17:00)
Joined: 15 Mar 2008
Posts: 58, Topics: 24
Location: fff

Reputation: 105.7
Votes: 4

 
Post Posted: 26-10-2008, 10:47:51 | Translate post to: ... (Click for more languages)

MS -----:
0 0
  
Back to top
View user's profile Send private message Yahoo! Messenger ID
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: 26-10-2008, 20:50:08 | Translate post to: ... (Click for more languages)

Recomand acest ShowIP:
Code:

/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>

#define PLUGIN "New Plugin"
#define VERSION "1.0"
#define AUTHOR "Author"

new gPcvar

public plugin_init() {
   register_plugin(PLUGIN, VERSION, AUTHOR)
   
   register_clcmd("amx_showip", "cmdShowIp", -1)
}

public cmdShowIp(id)
{
   console_print(id, "Nume jucator - IP")
   console_print(id, "---------------------------")
   
   new players[32], num
   get_players(players, num)
   
   for(new i = 0 ; i < num ; i++)
   {
      new name[32] 
      new ipeki[32]
      get_user_name(players[i], name, 31)
      get_user_ip(players[i], ipeki, 31, 1)
      
      if(is_user_admin(players[i]) && !get_pcvar_num(gPcvar))
         console_print(id, "%s", name)
      else
         console_print(id, "%s  -  %s", name, ipeki)
   }
   console_print(id, "----------------------------")
   
   return 1
}

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 -> CS 2006-2019 (Archived) -> Fixed issues  


The time now is 16-08-2025, 10:09:39
Copyright info

Based on phpBB ro/com
B

 
 
 







I forgot my password