Move object command
#1

Ok today i fixed this command

pawn Код:
if(strcmp(cmdtext, "/opensvat1", true) == 0)
  {
    MoveObject(obj, 0, 0, 8, 2.00 );
    return 1;
  }
How can i make a closesvat2?
Reply
#2

Heres an Example of a Correctly Working Gate with 5 Seconds Timer:
http://pastebin.com/f3ce88f4
Hope it helps
Reply
#3

Quote:
Originally Posted by [KML
Dabug ]
Ok today i fixed this command

pawn Код:
if(strcmp(cmdtext, "/opensvat1", true) == 0)
  {
    MoveObject(obj, 0, 0, 8, 2.00 );
    return 1;
  }
How can i make a closesvat2?
Move it back to its original place...
Reply
#4

Quote:
Originally Posted by Avenue
Quote:
Originally Posted by [KML
Dabug ]
Ok today i fixed this command

pawn Код:
if(strcmp(cmdtext, "/opensvat1", true) == 0)
  {
    MoveObject(obj, 0, 0, 8, 2.00 );
    return 1;
  }
How can i make a closesvat2?
Move it back to its original place...
I already gave him a nice example of a gave with 5 seconds timer, its more useful than 2 cmds to open and close.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)