problem
#1

Hello, sorry i need help.

as I can make a door swings frequently, as a fan.

i have this command, but not working.

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if (strcmp("/Juego", cmdtext, true, 10) == 0)
    {
        SetPlayerPos(playerid,4040.94, 2054.01, 183.86);
        MoveObject(Door, 4052.39, 2043.73, 183.86, 5.0, 0.00, 180.0, 0.00);
        SetTimer("Rot",1000,true);
        return 1;
    }
    return 0;
}

forward Rot();
public Rot()
{
MoveObject(Door, 4052.39, 2043.73, 183.86, 5.0, 0.00, 180.0+180.0, 0.00);
return 1;
}
thanks
Reply


Messages In This Thread
problem - by davidxxx - 20.02.2012, 22:55
Re: problem - by ReneG - 20.02.2012, 23:06
Respuesta: problem - by davidxxx - 20.02.2012, 23:08
Re: problem - by Vince - 20.02.2012, 23:13
Re: problem - by MP2 - 20.02.2012, 23:13
Respuesta: problem - by davidxxx - 20.02.2012, 23:15
Re: problem - by chrism11 - 21.02.2012, 00:19
Respuesta: Re: problem - by davidxxx - 21.02.2012, 00:30

Forum Jump:


Users browsing this thread: 2 Guest(s)