monday
Expert
- Joined
- Jun 23, 2014
- Messages
- 1,127
- Solutions
- 1
- Reaction score
- 158
Mod which puts the marker on the minimap around the area of the gift box and displays time (in seconds) remaining to open another gift box due to 7 min limit (5 min for premium users). In combination with the separate objectFinder (for the streamed objects) it is quite reliable, on its own it isn't precise enough because of its working mechanism which is described below.
[video=youtube]https://youtu.be/ISFFurDOBno[/video]
Controls:
Activation of the measurement process - numpad * button
Cancellation of the measurement (if the player can't get through the obstacle) - numpad / button
Cooldown time toggle - /gbc command
Tested with:
-Cleo 4.1
-Samp 0.3.7
-Sampfuncs 5.3.1
Working mechanism:
Currently (2017) on IMRP server there's a "/giftbox" command which allows the user to see the exact distance (rounded to the nearest whole number) to the nearest gift box. Using it 4 times at 4 different positions it is possible to calculate the estimated position of that gift box. The mod sends "/giftbox" commands and parses the distance from the response while moving the dude around square-like shape. The precision of that position is limited by the distance covered during the measurement process and also by the fact that it does not take into account the 3d distance including altitude, the mod is only concerned about the 2d measurements (east-west, north-south).
[attachment=5266]
[video=youtube]https://youtu.be/ISFFurDOBno[/video]
Controls:
Activation of the measurement process - numpad * button
Cancellation of the measurement (if the player can't get through the obstacle) - numpad / button
Cooldown time toggle - /gbc command
Tested with:
-Cleo 4.1
-Samp 0.3.7
-Sampfuncs 5.3.1
Working mechanism:
Currently (2017) on IMRP server there's a "/giftbox" command which allows the user to see the exact distance (rounded to the nearest whole number) to the nearest gift box. Using it 4 times at 4 different positions it is possible to calculate the estimated position of that gift box. The mod sends "/giftbox" commands and parses the distance from the response while moving the dude around square-like shape. The precision of that position is limited by the distance covered during the measurement process and also by the fact that it does not take into account the 3d distance including altitude, the mod is only concerned about the 2d measurements (east-west, north-south).
[attachment=5266]