Failing?
#9

@ThePhenix I already defined it..
@Roko_Foko you're right, I removed it..

The gate moves towards the X axis and keeps on moving
Whole gate script
pawn Код:
dcmd_gk1(playerid, params[])
{
    #pragma unused params
        SetTimerEx("CloseGate", 2000, false, "i", playerid);
        MoveObject(Gate1, 1241.40002441, 767.09997559, 87.09999847, 3.0, 0.0, 0.0, 0.0);
        SendClientMessage(playerid, COLOR_PINK, "Welcome to Kh4led's mansion");
    return 1;
}

new Gate1;


    Gate1 = CreateObject(969, 1241.40002441, -767.09997559, 91.09999847, 0.0, 0.0, 0.0, 100.0);

forward CloseGate(playerid);
public CloseGate(playerid)
{
    MoveObject(Gate1, 1241.40002441, 767.09997559, 91.09999847, 3.0, 0.0, 0.0, 0.0);
    SendClientMessage(playerid, 0xFF00FFFF, "Kh4led's mansion gate one closed.");
}
Any help?
Reply


Messages In This Thread
Failing? - by _Khaled_ - 30.08.2012, 19:32
Re: Failing? - by ThePrograme - 30.08.2012, 19:36
Re: Failing? - by _Khaled_ - 30.08.2012, 19:50
Re: Failing? - by [MWR]Blood - 30.08.2012, 19:51
Re: Failing? - by _Khaled_ - 30.08.2012, 19:57
Re: Failing? - by ThePhenix - 30.08.2012, 20:08
Re: Failing? - by Roko_foko - 30.08.2012, 20:10
Re: Failing? - by ThePhenix - 30.08.2012, 20:12
Re: Failing? - by _Khaled_ - 30.08.2012, 20:14
Respuesta: Re: Failing? - by Siralos - 30.08.2012, 21:42

Forum Jump:


Users browsing this thread: 1 Guest(s)