error 017
#1

error 017: undefined symbol "INI_Booln"

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;
}
Reply
#2

Quote:
Originally Posted by ******
Посмотреть сообщение
[*]INI_Bool
name[] - Name of the INI textual identifier.
variable - Variable to store to.

Saves the passed value as a boolean (true/false) if the name matches.
The right one is "INI_Bool" , not "INI_Booln".
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)