28.11.2010, 11:39
(
Последний раз редактировалось Abraham2nd; 28.11.2010 в 11:53.
)
ok guys i made a [MAP] and i released it...all is good!
and i want to update it by adding /open (to open the gate)
but it dont work? here's my code:
and i want to update it by adding /open (to open the gate)
but it dont work? here's my code:
Код:
if (strcmp("/open", cmdtext, true, 10) == 0) { MoveObject(object,1587.690,-1437.827,4.755, 2.00); SetTimer("close", 7000, 0);//gate will be closed for 7 seconds SendClientMessage(playerid,COLOR_LIGHTBLUE,"You are opening a Gate, and will be closed automaticly.."); return 1;} } return 0; } public close() { MoveObject(object,3439.1003417969, -1964.4346923828, 8.7441129684448, 3.00); return 1; }