14.07.2010, 18:20
Why not making it a function instead of a define? Like this:
Should work the same, i guess?!
pawn Код:
MaxVeh()
{
return dini_Int(configfile,"MAX_VEH");
}