Moving Gates
#3

Thanks i have learned it right

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;
}
Any Way Thanks for posting and trying to help me
Reply


Messages In This Thread
Moving Gates - by HuntingMan - 09.11.2013, 09:32
Re: Moving Gates - by iZN - 09.11.2013, 09:44
Re: Moving Gates - by HuntingMan - 08.03.2014, 19:21
Re: Moving Gates - by XK - 08.03.2014, 20:10

Forum Jump:


Users browsing this thread: 1 Guest(s)