05.04.2012, 05:35
pawn Код:
C:\Users\Patch\Desktop\RC-RP\gamemodes\RP.pwn(25220) : warning 213: tag mismatch
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Warning.
pawn Код:
new SaveCars[256];
format(SaveCars,sizeof(SaveCars),"Sistema/Cars/All/%d.ini",vehicleid);
new Float:health = GetVehicleHealth(vehicleid, health);
DynamicCars[vehicleid][cHealth] = health; // <--------- warning line why?