SA-MP Forums Archive
converter gamemode para DOF2 - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: converter gamemode para DOF2 (/showthread.php?tid=474298)



converter gamemode para DOF2 - Dieguinho - 07.11.2013

Ola pessoal , preciso de suas ajudas de novo -.-" , mas eu nгo tenho muito conhecimento em dof2

entгo presso a vocкs a me ajudarem com meu gamemode da "Dten" pra converter em DOF2
ele esta em formato Dini

sei que nгo e fбcil mais nгo impossivel !


conheзo esses condigos

PHP код:
#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 
mais queria tambem um tutorial detalhado por funзгo,
mais se alguem tiver ja convertido o gamemode dten pra dof2
tambem aceito



Re: converter gamemode para DOF2 - Chefгo - 07.11.2013

cara eu acho q isso pode te ajudar...
https://sampforum.blast.hk/showthread.php?tid=422519


Respuesta: converter gamemode para DOF2 - [BWL]Chamaleon - 07.11.2013

Basta trocar exatamente isso,
Ctr + h
pawn Код:
dini_Exists  // primeira linha
DOF2_FileExists // segunda linha

// Depois a mesma coisa

dini_Remove // por
DOF2_RemoveFile
й bem simples, mais acho que tem programas para fazer isso tambйm, sу que й bem simples pelo control + h, sу coloca #include <dof2> no topo do GM &
pawn Код:
DOF2_Exit(); // na OnGameModeExit



Re: converter gamemode para DOF2 - smiiir - 07.11.2013

Seja feliz;
https://sampforum.blast.hk/showthread.php?tid=383377


Re: converter gamemode para DOF2 - Dieguinho - 07.11.2013

Vlw !


Respuesta: converter gamemode para DOF2 - DanDRT - 07.11.2013

Smir esse ai buga os caracteres que possuem algo especial tipo (pelo que li e testei uma vez): б, ъ, г

Este converte pra dof2 ou pra dini opзгo do usuario \/.
https://sampforum.blast.hk/showthread.php?tid=469486