SA-MP Forums Archive
dudb error - 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: dudb error (/showthread.php?tid=448574)



dudb error - Drake Star - 04.07.2013

fatal error 100: cannot read from file: "/PRP/Dudb"

Please help me fix this please I don't know what to do any more





Re: dudb error - Drake Star - 04.07.2013

PHP код:
public IsSANNVehicle(vehicleid)
{
        if( (
GetVehicleModel(vehicleid) == 498 || GetVehicleModel(vehicleid) == 462  && vehicleid == 103 || vehicleid == 104 || vehicleid == 105 ||vehicleid == 106 || vehicleid == 107 || vehicleid == 108 || vehicleid == 109 || vehicleid == 110 || vehicleid == 111 || vehicleid == 112 || vehicleid == 113 || vehicleid == 114))
        {
        return 
1;
        }
return 
0;
}
public 
IsTaxiVehicle(vehicleid)
{
        if( (
GetVehicleModel(vehicleid) == 420 ))
        {
        return 
1;
        }
return 
0;
}
public 
IsSideJobVehicle(vehicleid)
{
        if(
IsSANNVehicle(vehicleid) ||  IsBANKVehicle(vehicleid) || IsGRAVEVehicle(vehicleid) || IsDMVVehicle(vehicleid) || IsPLANEVehicle(vehicleid) || IsHELIVehicle(vehicleid) || IsTaxiVehicle(vehicleid) || vehicleid == 131 || vehicleid == 132 || vehicleid == 133 || vehicleid == 134 )
        {
        return 
1;
        }
return 
0;




Re: dudb error - Red_Dragon. - 05.07.2013

For crying out loud! This is the third thread for the same problem. Why don't you try the responses of the people in your other threads? They said a million times. Check that you have Dudb in the folder PRP!
EDIT: Do the same and check that you have this file in the specified folder.