SA-MP Forums Archive
Error - 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: Error (/showthread.php?tid=481578)



Error - boomerboom - 16.12.2013

Код:
               INI_WriteInt(File,"Password",udb_hash(inputtext));
                INI_WriteInt(File,"Cash",0);
                INI_WriteInt(File,"Admin",0);
                INI_WriteInt(File,"Kills",0);
                INI_WriteInt(File,"Deaths",0);
6 errors

Код:
undefined symbol "File"



Re: Error - BigGroter - 16.12.2013

EDIT: ok it's y_ini, try this.

pawn Код:
new INI:File = INI_Open(PATH);



Re: Error - boomerboom - 16.12.2013

Quote:
Originally Posted by BigGroter
Посмотреть сообщение
EDIT: ok it's y_ini, try this.

pawn Код:
new INI:File = INI_Open(PATH);