28.01.2013, 17:17
(
Последний раз редактировалось qkac1234; 03.02.2013 в 16:18.
)
Hi! Here is my problem:
When i use
it works fine.
But when I use this:
it do nothing.
Pos2[0 1 2] are variables what player can type in. And Pos[0 1 2] are the coordinates of the player (getPlayerPos).
I hope you can help me!
When i use
Код:
MoveDynamicObject(model, Pos2[0], Pos2[1], Pos2[2], speed);
But when I use this:
Код:
MoveDynamicObject(model, Pos2[0]+Pos[0], Pos2[1]+Pos[1], Pos2[2]+Pos[2], speed);
Pos2[0 1 2] are variables what player can type in. And Pos[0 1 2] are the coordinates of the player (getPlayerPos).
I hope you can help me!