Can dini be replaced by zcmd?
#1

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

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

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

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

INI_WriteInt
INI_WriteHex
INI_WriteString
INI_WriteFloat
Reply
#6

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

Read this tut it will help you understand the basics
Reply
#7

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)
Reply
#8

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

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


Forum Jump:


Users browsing this thread: 1 Guest(s)