How to move gates?
#2

It's easy.

Top of your script:
pawn Код:
new Gate1;
OnGameModeInit()
pawn Код:
Gate1 = CreateObject(ObjectID, X, Y, Z, rX, rY, rZ);
OnPlayerCommandText.
pawn Код:
if (strcmp("/movegate", cmdtext, true) == 0)
{
MoveObject(Gate1, newX, newY, newZ, speed);
return 1;
}

This is just an exemple that I made for like 0.1 seconds
Reply


Messages In This Thread
How to move gates? - by universe - 10.12.2009, 05:53
Re: How to move gates? - by Goobiiify - 10.12.2009, 08:11
Re: How to move gates? - by patchkinson - 10.12.2009, 11:10

Forum Jump:


Users browsing this thread: 1 Guest(s)