Is there any ways check when any player on foot or driving?
Tried ...
PHP:
for 0@ = 0 to 600 // 600 max player connect to server
if
0B23: samp is_player_connected 0@
then
0B20: samp 1@ = actor_handle_by_samp_player_id 0@
if
00DF: actor 1@ driving
then
chatmsg "" -1
end
end
end
Tried ...
Last edited: