View Single Post
Plugin Info:     Modification:          Category:         
tmh
New Member
Join Date: Mar 2004
Old 04-05-2004 , 17:30   Center Playernames
Reply With Quote #1

I noticed alot of ppl still use playernames metamod plugin to display players names in the center when you put your crosshairs on them. This does the same thing, using hud_centerid. Dunno if u can really count this as a plugin, but here it is n e way lol.



#include <amxmodx>

public client_putinserver(id) {
client_cmd(id,"hud_centerid 1")
}

public plugin_init() {
register_plugin("Playernames","1.0","Anybody" )
}
Attached Files
File Type: zip playernames.zip (563 Bytes, 116 views)
tmh is offline