[Ajuda] DOF2
#1

Como eu posso ver se o player esta ou nгo banido pelo dof2? sу sei em dini ..


pawn Код:
if(dini_Int(arqp,"Banned") == 0) // Read the archive
Reply
#2

pawn Код:
if (DOF2_GetInt(arqp, "Banned") == 0 )
Reply
#3

vlw, como eu faria pra setar o mesmo castiel?
Reply
#4

pawn Код:
DOF2_SetInt(arqp, "Banned", VALOR);
Reply
#5

Код:
        #define dini_Exists                     DOF2_FileExists
        #define dini_Remove             DOF2_RemoveFile
        #define dini_Create             DOF2_CreateFile
        #define dini_Set                            DOF2_SetString
        #define dini_Get                        DOF2_GetString
        #define dini_IntSet                     DOF2_SetInt
        #define dini_Int                        DOF2_GetInt
        #define dini_BoolSet            DOF2_SetBool
        #define dini_Bool               DOF2_GetBool
        #define dini_FloatSet                   DOF2_SetFloat
        #define dini_Float                      DOF2_GetFloat
        #define dini_Unset                      DOF2_Unset
        #define dini_Isset                      DOF2_IsSet
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)