08.03.2014, 19:21
Thanks i have learned it right
like maybe:
Any Way Thanks for posting and trying to help me
like maybe:
Код:
new Gate; public OnFilterScriptInit() { Gate = CreateObject(etc.. COORDINATES); return 1; } public OnPlayerCommandText(playeritext[]) { if (strcmp("/opengate", cmdtext, true, 10) == 0) { MoveObject(Gate, the Coordinates); } return 1; }