24.08.2010, 13:04
IsPlayerOnFoot is an uf.inc function. This is not included with the normal server download, you have to download it. (https://sampwiki.blast.hk/wiki/Useful_Functions)
You can also use (GetPlayerState(playerid) == PLAYER_STATE_ONFOOT) instead, if you do not want to use that include.
You can also use (GetPlayerState(playerid) == PLAYER_STATE_ONFOOT) instead, if you do not want to use that include.

