02.03.2013, 12:09
(
Последний раз редактировалось horsemeat; 02.03.2013 в 15:07.
)
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));
Код:
C:\Users\joshua\Desktop\sampserver\pawno\notes.pwn(64) : error 035: argument type mismatch (argument 3)
Код:
dini_Set(file,savestring,(string));