How to set that object will usually move..
#4

Well, I think you can set a timer at 100 ms wich it's setted to true and will move non-stop. For example under OnGameModeInit() or OnFilterScriptInit():

pawn Код:
SetTimer(''Move'', 100, true);
I don't have '', so replace them with correct symbol.

And then create the public:

pawn Код:
forward Move();
public Move()
{
    MoveObject(...................);
    return 1;
}
MoveObject.
Reply


Messages In This Thread
How to set that object will usually move.. - by davidstyle1125 - 26.12.2014, 19:31
Re: How to set that object will usually move.. - by JohnBlade - 26.12.2014, 22:48
Re: How to set that object will usually move.. - by davidstyle1125 - 27.12.2014, 08:42
Re: How to set that object will usually move.. - by HY - 27.12.2014, 08:45

Forum Jump:


Users browsing this thread: 1 Guest(s)