Raised This Month: $ Target: $400
 0% 

How to show CT players as T on the scoreboard all the time?


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
edward0810
Member
Join Date: Mar 2009
Location: H.K.
Old 03-10-2010 , 09:05   How to show CT players as T on the scoreboard all the time?
Reply With Quote #1

Hi all
How to show CT players as T on the scoreboard all the time?
I've mae a plugin but it doesn't seemed to be working properly.
Please help me and point out what I'm exactly doing.
Thanks a lot!!
Code:
#include <amxmodx> #include <amxmisc> #define PLUGIN "Fake T's" #define VERSION "1.0" #define AUTHOR "Ad" new g_msgTeamInfo public plugin_init() {  register_plugin(PLUGIN, VERSION, AUTHOR)  g_msgTeamInfo = get_user_msgid("TeamInfo")  register_event ("ResetHUD", "setTeam", "b")  //register_clcmd ("set_team", "setTeam", 0, "Change Team Info.")  //Just for testing. Can be neglected. } public setTeam(id) {  message_begin(MSG_ALL, g_msgTeamInfo)  write_byte(id)  write_string("TERRORIST")  message_end() }
__________________
I am a newbie. Don't blame for my stupid question

Last edited by edward0810; 03-20-2010 at 11:01. Reason: Changed the question
edward0810 is offline
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 08:44.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode