SA-MP Forums Archive
Can dini be replaced by zcmd? - 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: Can dini be replaced by zcmd? (/showthread.php?tid=395109)



Can dini be replaced by zcmd? - Alcatraz Gaming - 25.11.2012

Hi, guys. Can dini be replaced by zcmd totally? I need this for my new upcoming simple VIP FS.

Example, i do

pawn Код:
#include <a_samp>
#include <dini>
#include <sscanf>
So, can

pawn Код:
#include <dini>
be replaced with

pawn Код:
#include <zcmd>
Making it

pawn Код:
#include <a_samp>
#include <zcmd>
#include <sscanf>
?


Re: Can dini be replaced by zcmd? - [D]ry[D]esert - 25.11.2012

Quote:
Originally Posted by Vinnie Robardo
Посмотреть сообщение
Hi, guys. Can dini be replaced by zcmd totally? I need this for my new upcoming simple VIP FS.

Example, i do

pawn Код:
#include <a_samp>
#include <dini>
#include <sscanf>
So, can

pawn Код:
#include <dini>
be replaced with

pawn Код:
#include <zcmd>
Making it

pawn Код:
#include <a_samp>
#include <zcmd>
#include <sscanf>
?
Hm ?, i guess yes you can.


Re: Can dini be replaced by zcmd? - CoDeZ - 25.11.2012

i think you mean dcmd not dini
dini is a file saving system while zcmd is a command processor.


Re: Can dini be replaced by zcmd? - Alcatraz Gaming - 25.11.2012

Also, what to replace

pawn Код:
dini_Create
dini_Exists
dini_Int
dini_IntSet
With what same code in Y_INI?

I want to replace dini with Y_INI


Re: Can dini be replaced by zcmd? - Glad2BeHere - 25.11.2012

INI_WriteInt
INI_WriteHex
INI_WriteString
INI_WriteFloat


Re: Can dini be replaced by zcmd? - Penki4a - 25.11.2012

https://sampforum.blast.hk/showthread.php?tid=376424

Read this tut it will help you understand the basics


Re: Can dini be replaced by zcmd? - Glad2BeHere - 25.11.2012

BTW dini can be replace yini and zcmd can be replaced by ycmd or dcmd but zcmd && yini is a great combo use it (Y)


Re: Can dini be replaced by zcmd? - Infinity - 25.11.2012

Do you even know what dini is?
Seriously, do some research.


Re: Can dini be replaced by zcmd? - KingHual - 25.11.2012

Quote:
Originally Posted by Glad2BeHere
Посмотреть сообщение
BTW dini can be replace yini and zcmd can be replaced by ycmd or dcmd but zcmd && yini is a great combo use it (Y)
Why would yini and zcmd be a great combo? They have nothing in common. Seriously, the responses are as retarded as the thread itself.