Raised This Month: $ Target: $400
 0% 

Radar mark


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Alka
AMX Mod X Plugin Approver
Join Date: Dec 2006
Location: malloc(null)
Old 08-18-2007 , 19:43   Radar mark
Reply With Quote #1

Hi.Is there a way to remove the mark of hostages on the radar ?!

Thanks.
Alka is offline
kp_uparrow
Penalized Member
Join Date: Jun 2006
Location: 192.168.0.1
Old 08-18-2007 , 20:46   Re: Radar mark
Reply With Quote #2

Code:
new g_msgHostageK in plugin_init(): g_msgHostageK = get_user_msgid("HostageK") in the function: new players[32] new pnum         get_players(players,pnum,"ae","CT") new z for(new i;i<pnum;i++){                   for(z=0;z<5;z++){     message_begin(MSG_ONE, g_msgHostageK, {0,0,0}, players[i])     write_byte(z)   //Hostage to take off of radar     message_end()   } }
__________________
I USED A SECOND ACCOUNT TO DO MORE KARMA UPS AND DOWNS UNTIL GREENTRYST CAUGHT ME

Last edited by kp_uparrow; 08-18-2007 at 20:48.
kp_uparrow is offline
Alka
AMX Mod X Plugin Approver
Join Date: Dec 2006
Location: malloc(null)
Old 08-19-2007 , 03:39   Re: Radar mark
Reply With Quote #3

Thanks.
Alka is offline
Reply



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:04.


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