26.06.2012, 10:29
i have problem on this line
the error is
how to fix it?
pawn Код:
LoadVehicle(filename[256])
{
CreateVehicleEx(dini_Int(filename, "Model"), dini_Float(filename, "XSpawn"), dini_Float(filename, "YSpawn"), dini_Float(filename, "ZSpawn"), dini_Float(filename, "AngSpawn"), dini_Int(filename, "Col1"), dini_Int(filename, "Col2"), dini_Int(filename, "Respawn"), dini_Get(filename, "Owner")); //i get error when i add dini_Get
}
Код:
array sizes do not match, or destination array is too small