need help
#1

how to made this?:
/imageshack/img36/8821/samp014r.png
/imageshack/img32/3954/samp015.png
/imageshack/img31/3803/samp016.png

TIP: Look First Picture 14 The 1nd
Then Look Picture 15 12nd Picture

can anyone help me how to made that?

ty alot
Reply
#2

pawn Код:
new MOVEGATE;

MOVEGATE = CreateObject(980, 1385.557617, -2688.828857, 272.734619, 0.0000, 0.0000, 270.0000);

if (strcmp(cmdtext, "/MOVEGATECLOSE", true)==0)
{
    MoveObject (MOVEGATE,1385.557,-2688.828,272.734,2.5);
    return 1;
}
if (strcmp(cmdtext, "/MOVEGATEOPEN", true)==0)
{
   MoveObject (MOVEGATE,1385.557,-2688.828,267.734,2.5);
   return 1;
}
Reply
#3

Your move before and after co-ordinates are identical.. Think about that for a second..
Reply
#4

Those are the same coords,just look and think.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)