Posts: 305
Threads: 82
Joined: Dec 2015
Reputation:
0
05.07.2016, 02:55
(
Последний раз редактировалось vikoo; 05.07.2016 в 03:13.
Причина: warnings
)
Hello, i have 6 warnings when i compile my pwn help pls
Posts: 31
Threads: 4
Joined: Apr 2015
Reputation:
0
You have too many arguments in MoveObject
you need only: Object name, posx, posy, posz and speed
Example:
MoveObject(Door, 105.6669, -2001.56944, 12.55469, 4)
to add more arguments for rx, ry, rz you need the function MoveDynamicObject
so you have two solutions:
-Change MoveObject to MoveDynamicObject
-reduce the number of arguments in MoveObject.