Easy question!!! - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Easy question!!! (
/showthread.php?tid=333139)
Easy question!!! -
Cjgogo - 10.04.2012
OK,I know this sounds stupid,as I have worked with Y_INI quite a lot,but,is there something equvalent to dini_Get,like INI_Get?
Re: Easy question!!! -
ViniBorn - 10.04.2012
INI_String
pawn Код:
INI:myini[](name[], value[])
{
INI_String("a", gA, len_of_gA);
INI_String("b", gB, len_of_gB);
INI_String("c", gC, len_of_gC);
return 0; // This is now required.
}
By: ******
Re: Easy question!!! -
James Coral - 10.04.2012
EDIT: REMOVED,,,