ItsRobinson
Active member
- Joined
- Nov 16, 2017
- Messages
- 105
- Reaction score
- 20
So I've been trying to work this out for so long, so SAMP servers that have a spectate feature most likely use this SAMP function
http://wiki.sa-mp.com/wiki/TogglePlayerSpectating
Which makes the map disappear, it just leaves the map ring but the actual map is invisible.
However, with s0beit, it doesn't do this, s0beit keeps the map visible.
I've been trying to make it show using a CLEO but I just can't find how to do it.
I've tried:
Which didn't work, I also tried this, however I used the actual opcodes
08AC:
09AC:
057E:
0581:
Non of these have worked either.
Anyone got any suggestions?
http://wiki.sa-mp.com/wiki/TogglePlayerSpectating
Which makes the map disappear, it just leaves the map ring but the actual map is invisible.
However, with s0beit, it doesn't do this, s0beit keeps the map visible.
I've been trying to make it show using a CLEO but I just can't find how to do it.
I've tried:
Code:
{$CLEO .cs}
0000: NOP
:start
8AFA: not is_samp_available
004D: jump_if_false @cmd
0001: wait 400 ms
0002: jump @start
:cmd
0B34: "radar" @on
:waithere
wait 0
jump @waithere
:on
wait 0
0A8C: write_memory 0xBA676C size 1 value 0 virtual_protect 0
0A8C: write_memory 0xBA6769 size 1 value 1 virtual_protect 0
0A8C: write_memory 0xA444A4 size 1 value FALSE virtual_protect 0
SAMP.CmdRet()
jump @waithere
Which didn't work, I also tried this, however I used the actual opcodes
08AC:
09AC:
057E:
0581:
Non of these have worked either.
Anyone got any suggestions?