[DUda] Puerta en movimiento
#1

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;
    }
Reply
#2

Proba asi:

pawn Код:
MoveDynamicObject(Carcel, 1496.60205, -1761.53674, 3281.54565, 2.5, 0.00000, 0.00000, 0.00000);
Saludos!
Reply
#3

Si era eso que raro gracias +rep
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)