09.05.2016, 13:12
Reading from a file with tags can be used as:
As your tag is "Y-INI", I'm not entirely sure that will not give errors on compiling because the tag is used as part of name in the public function and "-" symbol is not a valid one. Try some other tag such as "Y_INI" and then:
pawn Код:
INI:filename[tagname](name[], value[])
pawn Код:
INI:ForumSAMP[Y_INI](name[], value[])