Help Disable on foot data M0d Sobeit

HapeHD

Active member
Joined
Apr 27, 2013
Messages
145
Reaction score
0
Hi, I don't know where to disable on foot data on S0beit.
Can someone navigate me?

Thanks.
 

Wut

Well-known member
Joined
Mar 1, 2013
Messages
338
Reaction score
1
Hi, I don't know where to disable on foot data on S0beit.
Can someone navigate me?

Thanks.



F11 - samp patches - disable on foot data

When you activate it everyone sees you as afk where you first activated.. but you cant see people that come near you after you activated..
 

.silent

Well-known member
Joined
Apr 14, 2013
Messages
339
Reaction score
13
Maybe its disabled in your s0beit, probably the addys are not actual and the author disabled it in the ini file
 

Wut

Well-known member
Joined
Mar 1, 2013
Messages
338
Reaction score
1
Go into mod_sa.ini
Search for something like
# ========================
# SA:MP Patches (max: +120)
# ========================
#


You will see things like
sampPatch[] = "NOP SetWeather" &0 0 0xB2C0 "" "C390"
sampPatch[] = "NOP SetGravity" &0 0 0x154B0 "" "C390"
sampPatch[] = "NOP SetWorldTime" &0 0 0xB1D0 "" "C390"
sampPatch[] = "NOP SetPlayerTime" &0 0 0xB370 "" "C390"
sampPatch[] = "NOP PlayCrimeReportForPlayer" &0 0 0x138D0 "" "C390"
sampPatch[] = "NOP PlaySoundForPlayer" &0 0 0x14B10 "" "C390"


just add before thoose patches this
Code:
sampPatch[] = "Disable onfoot data" &0 0 0x42D0 "" "C3"
 
Top