number of arguments does not match definition and tag mismatch help
#1

Heres the warnings:
pawn Код:
warning 213: tag mismatch
warning 202: number of arguments does not match definition
warning 213: tag mismatch
warning 202: number of arguments does not match definition
warning 213: tag mismatch
warning 202: number of arguments does not match definition
warning 213: tag mismatch
 warning 202: number of arguments does not match definition
warning 202: number of arguments does not match definition
warning 202: number of arguments does not match definition
warning 202: number of arguments does not match definition
warning 202: number of arguments does not match definition
Heres the code:
pawn Код:
djAutocommit(false);
format(Vehicle, sizeof(Vehicle), "V_%d/PosX", id);
djUnset(VEHICLES_FILE, Vehicle, Vehicles[id][CarPosX], true);
format(Vehicle, sizeof(Vehicle), "V_%d/PosY", id);
djUnset(VEHICLES_FILE, Vehicle, Vehicles[id][CarPosY], true);
format(Vehicle, sizeof(Vehicle), "V_%d/PosZ", id);
djUnset(VEHICLES_FILE, Vehicle, Vehicles[id][CarPosZ], true);
format(Vehicle, sizeof(Vehicle), "V_%d/ZAngle", id);
djUnset(VEHICLES_FILE, Vehicle, Vehicles[id][CarZAngle], true);
format(Vehicle, sizeof(Vehicle), "V_%d/Model", id);
djUnset(VEHICLES_FILE, Vehicle, Vehicles[id][CarModel], true);
format(Vehicle, sizeof(Vehicle), "V_%d/Col1", id);
djUnset(VEHICLES_FILE, Vehicle, Vehicles[id][CarColour1], true);
format(Vehicle, sizeof(Vehicle), "V_%d/Col2", id);
djUnset(VEHICLES_FILE, Vehicle, Vehicles[id][CarColour2], true);
format(Vehicle, sizeof(Vehicle), "V_%d/Group", id);
djUnset(VEHICLES_FILE, Vehicle, Vehicles[id][CarGroup], true);
djCommit(VEHICLES_FILE);
djAutocommit(true);
CarCount++;
Can someone please help with this?
Reply


Messages In This Thread
number of arguments does not match definition and tag mismatch help - by Zalman - 19.03.2013, 18:53
Re: number of arguments does not match definition and tag mismatch help - by Baboon - 19.03.2013, 19:01
Re: number of arguments does not match definition and tag mismatch help - by Misiur - 19.03.2013, 19:02

Forum Jump:


Users browsing this thread: 1 Guest(s)