SA-MP Forums Archive
Trunk - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Trunk (/showthread.php?tid=368009)



Trunk - N0FeaR - 11.08.2012

Can you see whats the problem here the trunk wont open with this.


pawn Код:
if(PlayerInfo[playerid][pCarKey] == result)
                                {
                                    if(VehicleInfo[result][vTrunkLock] == 0)
                                    {
                                        GetVehicleParamsEx(result,engine,lights,alarm,doors,bonnet,boot,objective);
                                        SetVehicleParamsEx(result,engine,lights,alarm,doors,bonnet,VEHICLE_PARAMS_ON,objective);
                                        GameTextForPlayer(playerid, "~g~Trunk open", 3000, 3);
                                        VehicleInfo[result][vTrunkLock] = 0;
                                    }
                                }
                                else if(PlayerInfo[playerid][pDupeKey] == VehicleInfo[result][vKey])
                                {
                                    if(VehicleInfo[result][vTrunkLock] == 0)
                                    {
                                        GetVehicleParamsEx(result,engine,lights,alarm,doors,bonnet,boot,objective);
                                        SetVehicleParamsEx(result,engine,lights,alarm,doors,bonnet,VEHICLE_PARAMS_ON,objective);
                                        GameTextForPlayer(playerid, "~g~Trunk open", 3000, 3);
                                        VehicleInfo[result][vTrunkLock] = 0;
                                    }
                                }