Raised This Month: $51 Target: $400
 12% 

Mark squad-mates on radar? CS 1.6


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Warlord_dd2
Junior Member
Join Date: Oct 2013
Old 01-24-2018 , 12:20   Mark squad-mates on radar? CS 1.6
Reply With Quote #1

Hello,

I am creating some plugin where up to 3 players can be organized into a squad, which means that balance will balance them together (either move them together, or not at all), however, I would like to know if there is some better way to mark your squad-mates on the radar?

I am currently using this:
PHP Code:
public plugin_init()
{
    
g_fake get_user_msgid("HostagePos")
    
g_fakeDie get_user_msgid("HostageK")
}

public 
mark_squadmate(idorigin[3], targetid)
{
    
// send to radar                            
    
message_begin(MSG_ONE_UNRELIABLEg_fake, {0,0,0}, id)
    
write_byte(targetid)
    
write_byte(id)
    
write_coord(origin[0])
    
write_coord(origin[1])
    
write_coord(origin[2])
    
message_end()                            
    
    
message_begin(MSG_ONE_UNRELIABLEg_fakeDie, {0,0,0}, id)
    
write_byte(targetid)
    
message_end()

The problem with this is that its big flashing red dot that lasts full second, so player obviously moves away from it, and also, can be very confusing with de_ maps, since color is similar to C4, and it tends to confuse people.

All in all, my question would be: Are there some other radar messages (or similar) that I could use for this purpose, and if yes, is there some list of them somewhere, so I could try them all out?

Thanks in advanced

Last edited by Warlord_dd2; 01-24-2018 at 18:27. Reason: fixing typo
Warlord_dd2 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 13:52.


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