Question about saveing strings with dini
#1

solved
Question About Saveing Strings With Dini


I want to make a script so I can be reminded what bugs to fix. I want to save string using dini here is the command I tried using but it gave me an Error

Код:
dini_IntSet(file,savestring,(string));
It Gives me an Error

Код:
C:\Users\joshua\Desktop\sampserver\pawno\notes.pwn(64) : error 035: argument type mismatch (argument 3)
The answer is
Код:
dini_Set(file,savestring,(string));
Reply


Messages In This Thread
Question about saveing strings with dini - by horsemeat - 02.03.2013, 12:09
Re: Question about saveing strings with dini - by Sinner - 02.03.2013, 12:25
Re: Question about saveing strings with dini - by 1dllb - 02.03.2013, 12:28
Re: Question about saveing strings with dini - by horsemeat - 02.03.2013, 14:07

Forum Jump:


Users browsing this thread: 1 Guest(s)