Look at that what is worng.
#1

when i do /open the gate open like this :

This is how i made it
pawn Код:
new gate1; //i've add on top
gate1 = CreateObject(980, 1811.45, -1890.62, 14.81,   0.00, 0.00, 273.33);//i've add this OnGameModeInit()
and this on cmds section    if (strcmp("/open", cmdtext, true, 10) == 0)
    {    MoveObject(gate1,1811.45, -1890.62, 14.81,   0.00, 0.00, 273.330,0);
       // player dead
       return 1;
    }
what is wrong guys
Reply


Messages In This Thread
Look at that what is worng. - by Gangster-rocks - 09.06.2012, 14:59
Re: Look at that what is worng. - by Riddick94 - 09.06.2012, 15:01
Re: Look at that what is worng. - by MadeMan - 09.06.2012, 15:03
Re: Look at that what is worng. - by Gangster-rocks - 09.06.2012, 15:52

Forum Jump:


Users browsing this thread: 1 Guest(s)