Posts: 247
Threads: 43
Joined: Apr 2010
Reputation:
0
is there anyway to check if an object move do something? i mean if i hit a small thing like cone with a car and moved can i check that? and another simillar one. i want to check if i hit with car even if the object didnt moved.
Posts: 338
Threads: 44
Joined: Dec 2007
Reputation:
0
There was an callback, but i'm not sure if client pass this information to server, and then there's no actual way, except one dumb one, which i'm not going to tell
Won't checking like 20 objects each 0.1 sec with comparing positions make a great overflow? And.. add an limiter if object has already moved.
VVV