Raised This Month: $ Target: $400
 0% 

DEATHS ZOMG


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Bugsy
AMX Mod X Moderator
Join Date: Feb 2005
Location: NJ, USA
Old 05-25-2009 , 10:19   Re: DEATHS ZOMG
Reply With Quote #3

For CS:
PHP Code:
#define OFFSET_CSDEATHS        444
#define fm_set_user_deaths(%1,%2) set_pdata_int(%1,OFFSET_CSDEATHS ,%2) 
You will then need to update scoreboard manually with this method:

PHP Code:
message_begin(MSG_ALL g_MsgScoreInfo );
write_byte(id);
write_short(iFrags);
write_short(iDeaths);
write_short(0);
write_short(iTeam);
message_end(); 
__________________
Bugsy 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 01:36.


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