Hey, there is thing to check if player is sitting like
[CODE]
if(ply:isstting) then
end
[/CODE]
or if the ply inside the entity prop_vehicle_prisoner_pod
Something like that
[QUOTE=hanm13;47786012]Hey, there is thing to check if player is sitting like
[CODE]
if(ply:isstting) then
end
[/CODE]
or if the ply inside the entity prop_vehicle_prisoner_pod
Something like that[/QUOTE]
Ply:InVehicle? Should return true if you are sitting in vehicle, and chairs counted.
[QUOTE=SteppuFIN;47786025]Ply:InVehicle? Should return true if you are sitting in vehicle, and chairs counted.[/QUOTE]
It's InVehicle but thank you, you gave me other idea :)
[QUOTE=hanm13;47786049]It's InVehicle but thank you, you gave me other idea :)[/QUOTE]
No problem, i edited 1 minute after the post and replaced it with InVehicle.
Sorry, you need to Log In to post a reply to this thread.