Run time error 4: "Array index out of bounds"
#4

pawn Code:
stock GetVehicleNameFromModel(modelid)
{
    new vn[50];
    format(vn,sizeof(vn),"%s",VehicleName[modelid-400]);
    return vn;
}
Reply


Messages In This Thread
Run time error 4: "Array index out of bounds" - by d3ll - 20.05.2014, 22:26
Re: Run time error 4: "Array index out of bounds" - by arakuta - 20.05.2014, 23:59
Re: Run time error 4: "Array index out of bounds" - by Jefff - 21.05.2014, 00:31
Re: Run time error 4: "Array index out of bounds" - by d3ll - 21.05.2014, 00:34
Re: Run time error 4: "Array index out of bounds" - by Jefff - 21.05.2014, 00:48

Forum Jump:


Users browsing this thread: 1 Guest(s)