[DUda] Puerta en movimiento - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Non-English (
https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (
https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Español/Spanish (
https://sampforum.blast.hk/forumdisplay.php?fid=29)
+---- Thread: [DUda] Puerta en movimiento (
/showthread.php?tid=427876)
[DUda] Puerta en movimiento -
Host - 03.04.2013
Bueno muchachos mrein estoy creando esta puerta pero no se me abre alguien sabe por que?
pawn Код:
new Carcel;
Carcel = CreateDynamicObject(980, 1496.59998, -1761.53503, 3283.90601, 0.00000, 0.00000, 0.00000);
CMD:acarcel(playerid, params[])
{
new string[280];
MoveDynamicObject(Carcel,1496.60205, -1761.53674, 3281.54565, 0.00000, 0.00000, 0.00000, 2.5);
format(string, sizeof(string), " %s Toma su control Remoto y Abre la Puerta", NombreJ(playerid));
ProxDetector(3.0, playerid, string, 0x00BF60FF,0x00BF60FF,0x00BF60FF,0x00BF60FF,0x00BF60FF);
return 1;
}
Respuesta: [DUda] Puerta en movimiento -
JuliPera - 03.04.2013
Proba asi:
pawn Код:
MoveDynamicObject(Carcel, 1496.60205, -1761.53674, 3281.54565, 2.5, 0.00000, 0.00000, 0.00000);
Saludos!
Respuesta: [DUda] Puerta en movimiento -
Host - 03.04.2013
Si era eso que raro gracias +rep