17.11.2014, 00:34
(
Последний раз редактировалось C0olp1x; 17.11.2014 в 00:35.
Причина: Wrong Coords//
)
here are the Z coordinates :25.66892
and i want the gate to move up so i set them to :35.66892
and the gate starts moving up but, its fliping,turning around ...
It won't move up propertly ... here is the command ...
and i want the gate to move up so i set them to :35.66892
and the gate starts moving up but, its fliping,turning around ...
It won't move up propertly ... here is the command ...
Код:
if(strcmp(cmdtext,"/open",true)==0) { if(IsPlayerInRangeOfPoint(playerid,5.0,786.6944,-1152.1277,23.6295)) { MoveDynamicObject(gate,786.29541, -1152.44470, 25.66892,1); SetTimer("Closing",10000,0); } return 1; } forward Closing(playerid); public Closing(playerid) { MoveDynamicObject(gate,786.29541, -1152.44470, 35.66892,1); return 1; }