help me coords
#1

what are the cords of this?

pawn Код:
CreateObject(980, 1385.557617, -2688.828857, 272.734619, 0.0000, 0.0000, 270.0000);
please make it on a coord for:
pawn Код:
if (strcmp("/opengate1", cmdtext, true) == 0)
    {
        MoveObject(gate1, 980, 1385.557617, -2688.828857, 272.734619+5, 5); //5 is the speed of opening and the coords when the gate is opened
        SendClientMessage(playerid, 0x00F600AA, "GATE OPENED !");
        return 1;
    }
thx..alot...
Reply
#2

if (strcmp("/opengate1", cmdtext, true) == 0)
{
MoveObject(gate1, 1385.557617, -2688.828857, 272.734619, 5);
SendClientMessage(playerid, 0x00F600AA, "GATE OPENED !");
return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)