#1

Код:
               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"
Reply
#2

EDIT: ok it's y_ini, try this.

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

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

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


Forum Jump:


Users browsing this thread: 1 Guest(s)