Need help finding a thread
#1

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!
Reply
#2

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.
Reply
#3

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.
Reply
#4

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
Reply
#5

Yes I found that one too but I know Killer uses MySql which unfortuantly I am not familiar with.
Reply
#6

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?
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)