03.09.2014, 01:34
Hi this is my problem!! Please help me!!
Error
PHP код:
stock VehicleLoad(vehicleID, file[])
{
INI_ParseFile(file, "LoadVehicleData", .bExtra = true, .extra = vehicleID);
VehicleCreate(VehicleInfo[vehicleID][vModel],
VehicleInfo[vehicleID][vLoc], VehicleInfo[vehicleID][vColor1], VehicleInfo[vehicleID][vColor2],
VehicleInfo[vehicleID][vOwner], VehicleInfo[vehicleID][vLocked]);
}
PHP код:
C:\Users\PC\Desktop\SAMP\gamemodes\ir.pwn(715 -- 716) : error 047: array sizes do not match, or destination array is too small
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.