24.06.2011, 18:02
Also, you need this..
At the top of the script:
and under OnGameModeInit:
And, at the command:
At the top of the script:
Код:
new=gate;
Код:
gate=CreateObject("The Y, and Z, etc.")
Код:
if (strcmp(cmdtext, "/CF", true)==0) { SendClientMessage(playerid,COLOR_GATE,"(INFO)Gate closing..!!"); MoveObject (gate,523.959229, 2778.823730, 0.445267, 25.0); return 1; }