so its impossible.
can i asked is possible to make radar what show an enemy position but show blue point not the red one?
So can sb change this to show a blue point?
PHP Code:
get_user_origin(i, PlayerCoords);
message_begin(MSG_ONE_UNRELIABLE, get_user_msgid("HostagePos"), {0,0,0}, id);
write_byte(id);
write_byte(i);
write_coord(PlayerCoords[0]);
write_coord(PlayerCoords[1]);
write_coord(PlayerCoords[2]);
message_end()
message_begin(MSG_ONE_UNRELIABLE, get_user_msgid("HostageK"), {0,0,0}, id);
write_byte(i);
message_end();