CLEO Help Actor status

CLEO related
Status
Not open for further replies.

Parazitas

God
Joined
Jan 2, 2017
Messages
3,112
Solutions
5
Reaction score
878
Location
Lithuania
Is there any ways check when any player on foot or driving?
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:
Status
Not open for further replies.
Top