User
Pass
2FA
 
 

cerere plugin !!

 
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) -> Plugins - Help / Support
Author Message1348
Djrex12

[Mentally Stable]



Status: Offline
(since 11-06-2018 19:53)
Joined: 07 Jun 2017
Posts: 11, Topics: 7
Location: Romania

Reputation: 17.4

Post Posted: 19-10-2017, 17:26:14 | Translate post to: ... (Click for more languages)

pai vr cv de genu !! https://imgur.com/a/eymHu


adica cand puii tinta pe un player sa se vada numele!!!


ma poate ajuta careva?

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

[Mentally Stable]



Status: Offline
(since 11-06-2018 19:53)
Joined: 07 Jun 2017
Posts: 11, Topics: 7
Location: Romania

Reputation: 17.4

Post Posted: 19-10-2017, 18:34:51 | Translate post to: ... (Click for more languages)

plss o recomandare?
0 0
  
Back to top
View user's profile Send private message
Djrex12

[Mentally Stable]



Status: Offline
(since 11-06-2018 19:53)
Joined: 07 Jun 2017
Posts: 11, Topics: 7
Location: Romania

Reputation: 17.4

Post Posted: 02-11-2017, 19:52:43 | Translate post to: ... (Click for more languages)

upp
0 0
  
Back to top
View user's profile Send private message
NoLIMI[T]

[GFX Designer]



Status: Offline
(since 16-01-2021 03:02)
Joined: 06 Dec 2013
Posts: 596, Topics: 130
Location: In gura lui Punk

Reputation: -44.4
Votes: 102

 
Post Posted: 03-11-2017, 20:55:57 | Translate post to: ... (Click for more languages)

Daca vrei sa apara doar numele, fara alte detalii:

Code:
#include <amxmodx>
#include <fakemeta>

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

public plugin_init()
{
   register_plugin( PLUGIN, VERSION, AUTHOR );
   register_forward( FM_PlayerPreThink, "fw_prethink" );
}

public fw_prethink( id )
{
   if( !is_user_alive( id ) )
      return FMRES_IGNORED;
     
   static i_Ent, i_Body, s_Name[ 32 ], s_Classname[ 32 ];
   get_user_aiming( id, i_Ent, i_Body );
   
   if( !pev_valid( i_Ent ) )
      return FMRES_IGNORED;
     
   pev( i_Ent, pev_classname, s_Classname, sizeof s_Classname - 1 );
   if( strcmp( s_Classname, "player" ) )
      return FMRES_IGNORED;
     
   get_user_name( i_Ent, s_Name, sizeof s_Name - 1 );
   set_hudmessage( 255, 0, 0, -1.0, 0.48, 0, 6.0, 1.0 );
   show_hudmessage( id, "%s", s_Name );
   
   return FMRES_IGNORED;
}

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

[GOOGLE SEARCHER]



Status: Offline
(since 28-05-2025 19:27)
Joined: 04 May 2007
Posts: 6962, Topics: 147
Location: Romania

Reputation: 2774.4
Votes: 232

 
Post Posted: 08-11-2017, 11:26:43 | Translate post to: ... (Click for more languages)

Pentru clienti e simplu si nu necesita nici un plugin, doar scrie hud_centerid 1 in consola.


Daca vrei sa le forteze comanda tuturor jucatorilor de pe server, e destul de simplu :

Spoiler:


Ceau, o zi buna!



0 0
  
Back to top
View user's profile Send private message Yahoo! Messenger ID

  Topic locked


Topic is closed, you cannot post any messages in it anymore

Locked by TwisTer, 09 November 2017 18:28



 
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) -> Plugins - Help / Support  


The time now is 22-07-2025, 06:12:15
Copyright info

Based on phpBB ro/com
B

 
 
 







I forgot my password