Server Crashes. Rep+ !
#9

pawn Code:
LockGangVehicle(family, carid, type)
{
    if (!GetVehicleModel(carid)) return 0;

    new v = GetGangVehicle(family, carid);
    if(FamilyVehicleInfo[family][v][fvId] == carid && type == 2)
    {
        LockStatus[carid] = 1;
        vehicle_lock_doors(carid);
    }
    return 1;
}
Reply


Messages In This Thread
Server Crashes. Rep+ ! - by stylehaziq01 - 04.06.2015, 06:10
Re: Server Crashes. Rep+ ! - by mamorunl - 04.06.2015, 07:54
Re: Server Crashes. Rep+ ! - by Konstantinos - 04.06.2015, 11:13
Re: Server Crashes. Rep+ ! - by stylehaziq01 - 05.06.2015, 09:24
Re: Server Crashes. Rep+ ! - by Konstantinos - 05.06.2015, 09:32
Re: Server Crashes. Rep+ ! - by stylehaziq01 - 05.06.2015, 09:50
Re: Server Crashes. Rep+ ! - by Konstantinos - 05.06.2015, 10:05
Re: Server Crashes. Rep+ ! - by stylehaziq01 - 05.06.2015, 10:10
Re: Server Crashes. Rep+ ! - by Konstantinos - 05.06.2015, 10:17

Forum Jump:


Users browsing this thread: 1 Guest(s)