14.12.2014, 11:00
error 017: undefined symbol "INI_Booln"
this is the code
this is the code
pawn Код:
INI:antidb[](name[], value[])
{
for(new i = 1; i < 44; i++)
{
new str5[9];
format(str5,9,"weapon%d",i);
INI_Booln(str5, wc_iWeaponData[wc_VehicleWeapons] [i]);
}
return 0;
}