Posts: 6
Threads: 1
Joined: Jan 2009
Reputation:
0
Hello. I have a problem, I would like to make such a system in which the user writes an cmd(/box),and the object will move to the user. The best would be if ther would be an anim whit keeps hands in front of the user and then object moves whit user. Is anyone able to help me through this? I would be very grateful. (sorry about bad english)
Posts: 797
Threads: 21
Joined: Jan 2007
Reputation:
0
Couple things your gonna need.
a) Using the object id you have to use MoveObject (i think thats right) to move it to the playerid that did the command (Use GetPlayerPos). In order to make it move with use, AttachObjectToPlayer(once again not sure) will 'lock' it to them.
Posts: 899
Threads: 54
Joined: May 2009
Reputation:
0
Are you trying to make something like when you pickup a television when in a robbery in single player?
Is that what you were refering to?