dudb error
#1

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

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


Reply
#2

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;

Reply
#3

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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)