help me coords - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: help me coords (
/showthread.php?tid=75201)
help me coords -
luckie12 - 29.04.2009
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...
Re: help me coords -
RenisiL - 29.04.2009
if (strcmp("/opengate1", cmdtext, true) == 0)
{
MoveObject(gate1, 1385.557617, -2688.828857, 272.734619, 5);
SendClientMessage(playerid, 0x00F600AA, "GATE OPENED !");
return 1;
}