29.04.2009, 18:01
what are the cords of this?
please make it on a coord for:
thx..alot...
pawn Код:
CreateObject(980, 1385.557617, -2688.828857, 272.734619, 0.0000, 0.0000, 270.0000);
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;
}