Why doors don't open?
#1

Why doors don't open?
Код:
if (strcmp("/doors", cmdtext, true, 10) == 0)
{
        if(GetPVarInt(playerid, "doors") == 0)
        {
        GetVehicleParamsEx(carid,engine,lights,alarm,doors,bonnet,boot,objective);
        SetVehicleParamsEx(carid,engine,lights,alarm,false,bonnet,boot,objective);
        SetPVarInt(playerid, "doors", 1);
        }
        else if(GetPVarInt(playerid, "doors") == 1)
        {
        GetVehicleParamsEx(carid,engine,lights,alarm,doors,bonnet,boot,objective);
       SetVehicleParamsEx(carid,engine,lights,alarm,true,bonnet,boot,objective);
        SetPVarInt(playerid, "doors", 0);
        }
        return 1;
}
Reply


Messages In This Thread
Why doors don't open? - by Roma555 - 09.01.2011, 19:23
Re: Why doors don't open? - by Kwarde - 09.01.2011, 19:31
Re: Why doors don't open? - by _rAped - 09.01.2011, 19:49
Re: Why doors don't open? - by Roma555 - 09.01.2011, 20:08
Re: Why doors don't open? - by Roma555 - 09.01.2011, 20:21
Re: Why doors don't open? - by FreshDoubleX - 09.01.2011, 20:25

Forum Jump:


Users browsing this thread: 2 Guest(s)