Quote:
Originally Posted by cesar_******
pawn Код:
stock bool:dini_Bool(filename[],key[]) { return bool:strval(dini_Get(filename,key)); }
|
Ye, well but you need to use "? true : false; after the dini_Bool(filename, key);
Which will look like this:
pawn Код:
dini_Bool(filename, key) ? true : false;
Thank you anyway!