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"