15.11.2013, 15:19
Hello guys, what's wrong here? I'm using y_ini.
Getting this error error 035: argument type mismatch (argument 1)
Getting this error error 035: argument type mismatch (argument 1)
pawn Код:
new INI:file = INI_Open (VehiclePath(vehicleid));//ERROR LINE
/*Stock for VehiclePath*/
stock VehiclePath (vehicleid)
{
new string[128];
format(string,sizeof(string),VEHICLE_PATH,vehicleid);
return string;
}
/*Path*/
#define VEHICLE_PATH "%i.ini"