Need help finding a thread - 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: Need help finding a thread (
/showthread.php?tid=295892)
Need help finding a thread -
LiamM - 08.11.2011
I've searched all over SAMP and I haven't found one but for some reason other people have better luck finding stuff... I was wondering if anyone knew about a tutorial on creating businesses using dini files? (Yes dini, ok don't comment. cba with, oh mysql is better...)
Thanks so much guys!
Re: Need help finding a thread -
Ash. - 08.11.2011
Dini is pretty simple; just look for some basic tutorial that use dini, you should pick up what to do to make a business system from there. Hopefully you know the basics of PAWN scripting, though.
Re: Need help finding a thread -
LiamM - 08.11.2011
yeah ofcourse, I know more than the basics of pawn scripting... I've given it a try in the past and failed but I'll give it another go because the last time I tried, I never had as much knowledge in it.
Re: Need help finding a thread -
Oh - 08.11.2011
I tried looking around for you, maybe you should contact the owner of this thread and have him re-make it.
https://sampforum.blast.hk/showthread.php?tid=149416
Re: Need help finding a thread -
LiamM - 08.11.2011
Yes I found that one too but I know Killer uses MySql which unfortuantly I am not familiar with.
Re: Need help finding a thread -
Ash. - 08.11.2011
Alright; it's pretty simple.
As you hopefully know - the basic functions of dini are:
pawn Код:
dini_Get(file[], key[]);
dini_Set(file[], key[], data[]);
dini_Int(file[], key[]);
dini_IntSet(file[], key[], data);
dini_Float(file[], key[]);
dini_FloatSet(file[], key[], Float:data);
They're the basics.
You'll obviously be needing them. Do you need any more?