monday
Expert
- Joined
- Jun 23, 2014
- Messages
- 1,127
- Solutions
- 1
- Reaction score
- 158
Hi, how can I check if there's a car (or a specific car model) in specific location?
I tried something like this but the game crashes. Thanks
I tried something like this but the game crashes. Thanks
Code:
{$CLEO}
0000: NOP
:Check
wait 0
if and
0AB0: key_pressed 50
01AD: car 1@ sphere 1 near_point 2491.257 -1681.5 radius 6.0 6.0
jf @Check
0AD0: show_formatted_text_lowpriority ":)" time 1000
jump @Check