Skyfer
Member
Hello guys there is any way if i can check if a player is visible on radar with blip
why i need this check is because the opcode
0B2F: samp get_streamed_out_player_pos 4@ to 28@ 29@ 30@
gives the coordinates of players from different virtual world like example if your in freeroam you will get the player's position who is in dm,
its the last position of that player in freeroam before he joining DM
using defined players is also not a good solution because samp only defines players within 800 or 1000 meters range
so i need to a check to know if the player is visible on radar or not that way i can know that the player is on another virtual world or not
and filter out players that are on diffrent virtual world
sorry for my bad english
why i need this check is because the opcode
0B2F: samp get_streamed_out_player_pos 4@ to 28@ 29@ 30@
gives the coordinates of players from different virtual world like example if your in freeroam you will get the player's position who is in dm,
its the last position of that player in freeroam before he joining DM
using defined players is also not a good solution because samp only defines players within 800 or 1000 meters range
so i need to a check to know if the player is visible on radar or not that way i can know that the player is on another virtual world or not
and filter out players that are on diffrent virtual world
sorry for my bad english