[tutorial] vuelve tu servidor p47 y 48 (nosteam)
Page 1 of 1 • Share •
[tutorial] vuelve tu servidor p47 y 48 (nosteam)
dproto es un plugin para metamod que permite ingresar clientes con protocolos 47 y 48 steam y no-steam
DESTACADO
- acepta clientes pasados en protocolo 47 y 48
- reconoce steam id's (compatibilidad total con amxmod)
- trabaja con la ultima version de HLDS
Version actual 0.3.7
Version anterior conocida (ultima estable que funciono):
click EN EL SPOILER para ver el log de cambios
FAQ (PREGUNTAS FRECUENTES) click en el spoiler
IMPORTANTE.. EXISTE UN BUG EN ESTA VERSION Y SEBES SEGUIR LOS SIGUIENTES PASOS PARA CORREGIRLO (CLICK EN EL SPOILER)
SOURCE CLICK HERE
DESTACADO
- acepta clientes pasados en protocolo 47 y 48
- reconoce steam id's (compatibilidad total con amxmod)
- trabaja con la ultima version de HLDS
Version actual 0.3.7
dproto_0_3_7.rar [117.65 KiB]
Version anterior conocida (ultima estable que funciono):
dproto_0_3_6.rar [115.35 KiB]
click EN EL SPOILER para ver el log de cambios
- Spoiler:
- 0.3.7:
- possible DoS exploit fixed
- added Subserver_IP option in dproto.cfg, used to set interface for subserver; subserver code will be rewrititten in next versions.
0.3.6:
- implemented cid_Setti clientid type (for Setti server scanner). Default value is 3 (STEAM_x:x:x generated by ip). This is workaround for situation when server disappears from Setti's serverlist (because Setti scanner can't join the server) when cid_NoSteam47=5 is used.
- Plugins changing game description (adding timeleft for example) should work correctly now.
0.3.5:
- Fixed server response for very old clients (thx to Rulzy)
- Fixed bug when server drops HLTV if cid_NoSteam47/48 is deprecated(5)
0.3.4:
- Added server-side emulation support. Currently supported emus are: revEmu, old revEmu ( <= 9.73), hCupa's SteamEmu
- eSTEAMATiON support removed
- local banlist should work correctly
- completely rewritten client authorization code. All problems with UNKNOWN steamids and not working "deprecated" clientids may be fixed.
- there are a lot of changes in dproto.cfg. Old configs won't work with this version
0.3.3:
- Fixed: "deprecated" (5) ClientID did not work on cid_SteamPending (STEAM_0:0:0) clients
- Added: Various cvars for customizing reject messages for deprecated clients. Check the "HOW TO CHANGE REJECT MESSAGES WHEN CLIENTID IS 5 (DEPRECATED)" section of Readme for more details.
- Added: dp_version cvar that keeps current dproto version. It is exported to server rules by default, but you can turn the exporting off using ExportVesion option in dproto.cfg
- Added: Capability mode for steamIds generated by eST (to make it as in <= 0.3.0) versions, option OldEstCompatMode in dproto.cfg
0.3.2:
- Fixed: "STEAM userid keysize is bogus" on build 4554 (May, 2009) under windows (broken in 0.3.1 version)
- Fixed: Annoying #18 and #19 warnings under windows
0.3.1:
- Fixed: dproto gets wrong steamids from eSTEAMATiON.
0.3.0:
- Fixed bug with steamid corruption for some no-steam clients
0.2.9:
- Added dp_clientinfo command which can be used to get inforamtion about client's protocol. Check the Readme.txt and amxx directory for more info.
0.2.8:
- Added support for new engines: 4617 for Linux and 4554 (15 Jun 2009) for Windows.
0.2.7:
- Redirection fixed for subserver (thx to GoD2.0);
- Subserver now correctly works with broadcast queries;
- Hybrid serverinfo answer type discovered by ineya, fixes visibility for all clients. Check dproto.cfg
0.2.6:
- some compilation problems for linux fixed
FAQ (PREGUNTAS FRECUENTES) click en el spoiler
- Spoiler:
- Q: QUE ES dproto?
A: dproto se hizo para remplazar cbooster en el area de soluciones de doble protocolo. dproto se diseño para trabajar con la ultima evrsion de p.48 del HLDS, por lo que todas las caracteristicas de Steam peuden ser usadas en los servidores (incluyendo actualizaciones). el principal objetivo de DPROTO es - Permitir a los antiguos clientes ingresar a servidores actualizados, por lo que dproto no es un emulador,
Q: como instalar dproto?
A:
1.ir a la carpeta /addons/ y crear alli una nueva carpeta llamada dproto
2. Copiar dproto.dll o dproto_i386.so dentro de este nuevo folder /addons/dproto/
3. ir al directorio de instalacion del Metamod (normalmente es /addons/metamod/) y abrir el archivo plugins.ini:
para windows agregar esta linea de comandoswin32 addons\dproto\dproto.dll
y esta para linuxlinux addons/dproto/dproto_i386.so
Siempre agregarla al inicio del archivo
4. Copiar dproto.cfg en la carpeta principal del servidor o directorio del juego (en la msima carpeta donde esta el server .cfg , normalmente cstrike).
5. iniciar el servidor. en linux deberas usar este comando:
./hlds_run -binary ./hlds_i686
cuando el servidor cargue, escribir "meta list" en la consola. veras algo como esto:Currently loaded plugins:
description stat pend file vers src load unlod
[ 1] dproto RUN - dproto_i386.so v0.2.6 ini Start Never
[ 2] AMX Mod X RUN - amxmodx_mm_i386. v1.8.1.3 ini Start ANY
2 plugins, 2 running
6. disfruta
Q: yo instale dproto, pero no funcona. en el meta list me aparece esto1.Currently loaded plugins:
2.description stat pend file vers src load unlod
3.[ 1] dproto fail load dproto_i386.so v0.2.6 ini Start Never
A: en las opciones del acceso directo asegurate de tener estos comandos incluidos -console +log on +mp_logecho 1 y verifica mediante la consola q los parametros anteriores tengan ese valor
Q: admins por AmxModX no pueden autenticarse usando su contraseña.
A: simplemente emplaza _pw en dproto.cfg:ValidInfoFields_Engine = \name\bottomcolor\topcolor\model\cl_lc\cl_lw\cl_updaterate\cl_dlmax\rate\_pw\*hltv\password
por el password que tu usas para el admin en amxmod.
Q: no veo mi servidor en los favoritos de Steam!
A: escribe en el archivo dproto.cfgServerInfoAnswerType 0
o
ServerInfoAnswerType 2
Q: Mi servidor es invisible en los favoritos de la version v24
A: ajusta el comando ServerInfoAnswerType a 1 o 2 in el archivo dproto.cfg
Q: como hacer mi servidor visible en ambos protocolos de counter strike??
A: ajustar en el archivo dproto.cfg el valor ServerInfoAnswerType en 2
Q: me sale el mensaje "Error verifying STEAM UserID Ticket(server was
unable to contact the authentication server)" error when playing on legit client.
A: un ban mediante Legit SteamID no funciona
Q: tu servidor no puede contactar con la lista de servidores de internet (connection steam servers succeful) .
1. verificar que las conexiones TCP de los puertos permiten el puertod e destino port 27030
2. permitir que los UDP datagrams salientes permiten los peurtos locales 2690x
3. si usas linux debes agregar el parametro +ip parameter a la liena de comandos. por ejemplo estoy suando +ip 0.0.0.0 y funciona bien
IMPORTANTE.. EXISTE UN BUG EN ESTA VERSION Y SEBES SEGUIR LOS SIGUIENTES PASOS PARA CORREGIRLO (CLICK EN EL SPOILER)
- Spoiler:
- PREGUTNAS Y RESPUESTAS SOBRE EL PLUGIN OPTIMIZADOR xds:
Q: Que es?
A: es un plugin para metamod que evita la masiva desconexion de los clientes por el motivo: 'Server failed to transmit file "AY&SY"'
Q: listo, que encesito para usarlo?
A: necesitas la ultima version de HLDS con metamod 1.19(p32) instalado.
actualmente soporta las siguientes veriones:
Windows: 4554/15Jun2009, 4554/19May2009
Linux: 4383/19May2009, 4617/15Jun2009
Q: donde descargarlo?
A: la ultima version es esta:
PARA WINDOWSxds_opt_windows.rar [83.83 KiB]
PARA LINUXxds_opt_linux.rar [41.5 KiB]
Q: Como instalarlo?
A:
1. crea la carpeta/addons/xdsopt/
2. extrae los archivos descargados alli.
3. abre el archivo plugins.ini (/addons/metamod/plugins.ini):
4. agrega la siguiente linea al archivo plugins.ini
para windows:win32 addons\xdsopt\xds_opt.dll
linux:linux addons/xdsopt/xds_opt.so
4. Inicia el servidor y escribe en consola "meta list" cuando cargue. el status del plugin deberia ser "RUN":[ 3] xdsopt RUN - xds_opt.so v0.1 ini Start Never
cuando el status no es "RUN" significa que el motor de tu servidor noe s comptabile y debes usare HLDSUPDATETOOL par tener la ultima version del HLDS server
Q: que es svc_bads?
A: es un bug en el motor del HLDS.
Q: como funciona el plugin?
A: parchea la meoria de los procesos del HLDS.
Q: tengo una pregunta...
A: hazlas aca
SOURCE CLICK HERE
- Spoiler:
- Dproto is a plugin for metamod that allows protocol 47 and 48 no-steam clients to join the server.
All what you need to fix svc_bads 'Server failed to transmit file "AY&SY"' is IN RED
FAQ about xds optimzer plugin:
Q: What is it?
A: It is plugin for metamod that fixes mass client disconnects with reason 'Server failed to transmit file "AY&SY"'
Q: Ok, what i need to use it?
A: You need latest hlds server with metamod 1.19(p32) installed.
Currently supported builds:
Windows: 4554/15Jun2009, 4554/19May2009
Linux: 4383/19May2009, 4617/15Jun2009
Q: Where to download it?
A: Newest version will be always available here:
[attachment=0]xds_opt_windows.rar[/attachment]
[attachment=1]xds_opt_linux.rar[/attachment]
Q: How to install it?
A:
1. Create directory/addons/xdsopt/
2. Extract downloaded archive there.
3. Add new line to/addons/metamod/plugins.ini :
For windows:win32 addons\xdsopt\xds_opt.dll
For linux:linux addons/xdsopt/xds_opt.so
4. Start server, type "meta list" when it loaded. The status of plugin should be "RUN":[ 3] xdsopt RUN - xds_opt.so v0.1 ini Start Never
non-"RUN" status means that your server engine does not supported. Use hldsupdatetool to update your server.
Q: What is the reason of this kind of svc_bads?
A: It's a bug in HLDS engine.
Q: How this plugin works?
A: It patches memory of hlds process.
Q: Where i can get source code?
A: Source code is not available.
Q: I have a question...
A: Post your question in this topic. Also we can support russian users on our forums
[size=150]FEATURES:[/size]
- Server accepts all known clients based on 47 and 48 protocols;
- Customizable SteamIDs for clients;
- Works with latest version of hlds;
- built-in server-side emulation support.
[size=150]Current version: 0.3.7[/size]
[attachment=2]dproto_0_3_7.rar[/attachment]
Previous stable:
[attachment=3]dproto_0_3_6.rar[/attachment]
[attachment=4]dproto_0_3_4.rar[/attachment]
[attachment=5]dproto_0_3_0.rar[/attachment]
[size=150]CHANGELOG:[/size]
0.3.7:
- possible DoS exploit fixed
- added Subserver_IP option in dproto.cfg, used to set interface for subserver; subserver code will be rewrititten in next versions.
0.3.6:
- implemented cid_Setti clientid type (for Setti server scanner). Default value is 3 (STEAM_x:x:x generated by ip). This is workaround for situation when server disappears from Setti's serverlist (because Setti scanner can't join the server) when cid_NoSteam47=5 is used.
- Plugins changing game description (adding timeleft for example) should work correctly now.
0.3.5:
- Fixed server response for very old clients (thx to Rulzy)
- Fixed bug when server drops HLTV if cid_NoSteam47/48 is deprecated(5)
0.3.4:
- Added server-side emulation support. Currently supported emus are: revEmu, old revEmu ( <= 9.73), hCupa's SteamEmu
- eSTEAMATiON support removed
- local banlist should work correctly
- completely rewritten client authorization code. All problems with UNKNOWN steamids and not working "deprecated" clientids may be fixed.
- there are a lot of changes in dproto.cfg. Old configs won't work with this version
0.3.3:
- Fixed: "deprecated" (5) ClientID did not work on cid_SteamPending (STEAM_0:0:0) clients
- Added: Various cvars for customizing reject messages for deprecated clients. Check the "HOW TO CHANGE REJECT MESSAGES WHEN CLIENTID IS 5 (DEPRECATED)" section of Readme for more details.
- Added: dp_version cvar that keeps current dproto version. It is exported to server rules by default, but you can turn the exporting off using ExportVesion option in dproto.cfg
- Added: Capability mode for steamIds generated by eST (to make it as in <= 0.3.0) versions, option OldEstCompatMode in dproto.cfg
0.3.2:
- Fixed: "STEAM userid keysize is bogus" on build 4554 (May, 2009) under windows (broken in 0.3.1 version)
- Fixed: Annoying #18 and #19 warnings under windows
0.3.1:
- Fixed: dproto gets wrong steamids from eSTEAMATiON.
0.3.0:
- Fixed bug with steamid corruption for some no-steam clients
0.2.9:
- Added dp_clientinfo command which can be used to get inforamtion about client's protocol. Check the Readme.txt and amxx directory for more info.
0.2.8:
- Added support for new engines: 4617 for Linux and 4554 (15 Jun 2009) for Windows.
0.2.7:
- Redirection fixed for subserver (thx to GoD2.0);
- Subserver now correctly works with broadcast queries;
- Hybrid serverinfo answer type discovered by ineya, fixes visibility for all clients. Check dproto.cfg
0.2.6:
- some compilation problems for linux fixed
[size=150]FAQ[/size]
[size=80](in development)[/size]
Q: What is dproto?
A: Dproto was made as replace for cbooster on double-protocoling solutions area. dproto designed to work for new p.48 HLDS, so all steam features can be used with it. Dproto has one primary goal - to allow old clients to join new servers, all another features are secondary and they were added by users requests.
Q: How to install dproto?
A:1. Go to/addons/ and make new directory named dproto
- its a game directory; cstrike for Counter-Strike, valve for Half-Life, etc
2. Copy dproto.dll or dproto_i386.so to/addons/dproto/
3. Go to metamod installation directory (usually its/addons/metamod/) and edit plugins.ini:
add this line for windows
win32 addons\dproto\dproto.dll
or this for linux
linux addons/dproto/dproto_i386.so
at the beginning of the file
4. Copy dproto.cfg to server root or gamedir.
5. Start the server. You should use this command on linux:
./hlds_run -binary ./hlds_i686
when server loads, type "meta list" in console. You'll see something like this:
Currently loaded plugins:
description stat pend file vers src load unlod
[ 1] dproto RUN - dproto_i386.so v0.3.5 ini Start Never
[ 2] AMX Mod X RUN - amxmodx_mm_i386. v1.8.1.3 ini Start ANY
2 plugins, 2 running
6. Enjoy
Q: I installed dproto, but it does not work. meta list says this:
[code=text]Currently loaded plugins:
description stat pend file vers src load unlod
[ 1] dproto fail load dproto_i386.so v0.3.4 ini Start Never[/code]
A: Start server with -console +log on +mp_logecho 1 parameters and look through console output. You'll find the reason there.
Q: AmxModX admins could not authorize using their password.
A: Just replace _pw in dproto.cfg:ValidInfoFields_Engine = \name\bottomcolor\topcolor\model\cl_lc\cl_lw\cl_updaterate\cl_dlmax\rate\_pw\*hltv\password
to field that you using for keep admin password.
Q: I dont see my server in steam favorites!
A: Set ServerInfoAnswerType to 0 or 2 in dproto.cfg
Q: My server is invisible in favorites in cs v24!
A: Set ServerInfoAnswerType to 1 or 2 in dproto.cfg :
Q: How to make my server visible both in old no steam clients and steam?
A: Set ServerInfoAnswerType to 2 in dproto.cfg :YAHOO:
Q: I'm getting "Error verifying STEAM UserID Ticket(server was
unable to contact the authentication server)" error when playing on legit client.
Q: Bans for legit SteamID do not work. Users with banned IDs are able to play on server.
A: Your server can't conect/lost connection to steam servers. I dont know universal method to check connection to steam servers (if someone know it - pls tell me). If you have VAC secured server, use stat command. If it shows version as "insecure" or "insecure (secure mode enabled, disconnected from Steam3)" it means that connection to steam servers lost. This problem is not related to dproto, but i can give some tips to fix it:
1. Check if outgoing TCP connections are allowed to destination port 27030
2. Check if outgoing UDP datagrams are allowed from local ports 2690x
3. If you using linux, you should add +ipparameter to command line. I'm using +ip 0.0.0.0 for example and it works fine.
Q: My server could not be displayed in monitoring system.
A: It's because of hybrid answer type, some monitoring scripts cannot handle it correctly. There is 3 way to solve the problem: use standart answers (ServerInfoAnswerType = 1 or 0) or try to fix it by yourself, or write to script developers.I dont guarantee correct work of third-party stuff.
Q: I'm using latest engine and my server is not visible in internet list.
A: Forward this question to Valve
Q: I'm using latest engine and my server is not visible in Setti serverlist.
A: Register your server here
Q: My server crashes sometimes after N days of work...
A: Forward this question to Valve
Q: My server crashes when i installed mod X on it.
A: Forward this question to mod X developers and check if you haven't missed something.
Q: I have players with same steamids on my server. They're recognized as SteamEmu (dp_SteamEmu)
A: Steamid could be easily spoofed in SteamEmu auth algorithm. Deprecate these clients or set not-numeric id to them (STEAM_ID_LAN for example)
Post all problems/bugs you have found in this topic
Last edited by GunnersSlash on Tue Dec 08, 2009 9:36 am; edited 7 times in total
_______________________________________

Bienvenido Guest, si eres nuevo te invito a leer las normas de CSCOLSERVERS

GunnersSlash- Admin

- Cantidad de envíos: 3310
Re: [tutorial] vuelve tu servidor p47 y 48 (nosteam)
podrias traducirlo si me haces el favor
thankiu..
thankiu..

Rey Mysterio- Intermedio

- Cantidad de envíos: 466
Re: [tutorial] vuelve tu servidor p47 y 48 (nosteam)
Justo lo que necesitaba!!
Muy buena aporte!!
Pa eso la web ya tiene un traductor, en el portal...
Muy buena aporte!!
SeB@stIaN wrote:podrias traducirlo si me haces el favor
Pa eso la web ya tiene un traductor, en el portal...

rTx^^- Intermedio

- Cantidad de envíos: 443
Re: [tutorial] vuelve tu servidor p47 y 48 (nosteam)
definitivamente un super aporte.
Sitecomunica ya permite acceso desde steam.
eso si, algo hace falta, para los q prefieran no usar la v40
o esas versiones chichis, y usar una v33 o v26 para el servidor no steam:
solo deben actualizar el hlds.
aqui estan los archivos
mediafire.com mtzzjykymj3
tomado de esta pagina ( no son expertos en el tema pero esta lo esencial)
http://ufbteam.com/uadminsdevenezuela/vbx/forum/f13/dproto-v0-2-8-plugin-multiprotocolo-nuevo-3262.html
Muchas gracias a gunner, excelente aporte.
Sitecomunica ya permite acceso desde steam.
eso si, algo hace falta, para los q prefieran no usar la v40
o esas versiones chichis, y usar una v33 o v26 para el servidor no steam:
solo deben actualizar el hlds.
aqui estan los archivos
mediafire.com mtzzjykymj3
tomado de esta pagina ( no son expertos en el tema pero esta lo esencial)
http://ufbteam.com/uadminsdevenezuela/vbx/forum/f13/dproto-v0-2-8-plugin-multiprotocolo-nuevo-3262.html
Muchas gracias a gunner, excelente aporte.

juxndx- Amateur

- Cantidad de envíos: 149
Re: [tutorial] vuelve tu servidor p47 y 48 (nosteam)
oHH EXCELENTE HE BUSCADO ESTO POR MESES
_______________________________________
![]() ![]() | |

cLoSeSiM- Moderador

- Cantidad de envíos: 2071
Re: [tutorial] vuelve tu servidor p47 y 48 (nosteam)
alguien me puede enseñar?

esforces- Noob
- Cantidad de envíos: 2
Re: [tutorial] vuelve tu servidor p47 y 48 (nosteam)
Primero que todo, si eres nosteam y vas a montar un server no-steam^P47 y 48, debes bajar estos archivos:
aqui estan los archivos
mediafire.com mtzzjykymj3
y pegarlos en la carpeta donde esta el hl.exe
EJEMPLO:
C:\Archivos de programa\counter-strike\AQUI
LUEGO INSTALAS EL DPROTO
Instala el metamod o el amxmodx, el amxmodx (te trae el metamod incluido
guia para instalar amxmodx:
http://www.cscolservers.com/tutoriales-f4/tutorial-instalar-amxmod-en-tu-server-t2128.htm
y ve a esta ruta:
Ejemplo:
C:\Archivos de programa\counter-strike\cstrike\addons\
en la carpeta addons, creas una nueva carpeta llamada dproto
tonces le deberia quedar asi la RUTA:
Ejemplo:
C:\Archivos de programa\counter-strike\cstrike\addons\dproto
descargue el dproto
dproto_0_2_8.rar
en la carpeta que creaste, pon el archivo dproto.dll
Ejemplo:
C:\Archivos de programa\counter-strike\cstrike\addons\dproto\dproto.dll
y ahora ve a esta ruta:
C:\Archivos de programa\counter-strike\cstrike\addons\metamod\plugins.ini
y abre el archivo plugin.ini (con el block de notas)
y al final agregas esto:
win32 addons\dproto\dproto.dll
y ahora pon el dproto.cfg en la carpeta de cstrike y en la del hl.exe:
C:\Archivos de programa\counter-strike\dproto.cfg
C:\Archivos de programa\counter-strike\cstrike\dproto.cfg
y listo
ESTA ES LA FORMA DE INSTALARLO PARA WINDOWS, Y NO-STEAM.
PARA LINUX, Y STEAM ES DIFERENTE, PERO ME DA PEREZA ESCRIBIR MAS =)
aqui estan los archivos
mediafire.com mtzzjykymj3
y pegarlos en la carpeta donde esta el hl.exe
EJEMPLO:
C:\Archivos de programa\counter-strike\AQUI
LUEGO INSTALAS EL DPROTO
Instala el metamod o el amxmodx, el amxmodx (te trae el metamod incluido
guia para instalar amxmodx:
http://www.cscolservers.com/tutoriales-f4/tutorial-instalar-amxmod-en-tu-server-t2128.htm
y ve a esta ruta:
Ejemplo:
C:\Archivos de programa\counter-strike\cstrike\addons\
en la carpeta addons, creas una nueva carpeta llamada dproto
tonces le deberia quedar asi la RUTA:
Ejemplo:
C:\Archivos de programa\counter-strike\cstrike\addons\dproto
descargue el dproto
dproto_0_2_8.rar
en la carpeta que creaste, pon el archivo dproto.dll
Ejemplo:
C:\Archivos de programa\counter-strike\cstrike\addons\dproto\dproto.dll
y ahora ve a esta ruta:
C:\Archivos de programa\counter-strike\cstrike\addons\metamod\plugins.ini
y abre el archivo plugin.ini (con el block de notas)
y al final agregas esto:
win32 addons\dproto\dproto.dll
y ahora pon el dproto.cfg en la carpeta de cstrike y en la del hl.exe:
C:\Archivos de programa\counter-strike\dproto.cfg
C:\Archivos de programa\counter-strike\cstrike\dproto.cfg
y listo
ESTA ES LA FORMA DE INSTALARLO PARA WINDOWS, Y NO-STEAM.
PARA LINUX, Y STEAM ES DIFERENTE, PERO ME DA PEREZA ESCRIBIR MAS =)

rTx^^- Intermedio

- Cantidad de envíos: 443
Re: [tutorial] vuelve tu servidor p47 y 48 (nosteam)
Me llamo la atención algo del post. Esa IP. 0.0.0.0 que se es virtual a que hace referencia? a toda la RED local e internet? Si alguién sabe decidlo'
_______________________________________
![]() ![]() | |

cLoSeSiM- Moderador

- Cantidad de envíos: 2071
Re: [tutorial] vuelve tu servidor p47 y 48 (nosteam)
juxndx wrote:definitivamente un super aporte.
Sitecomunica ya permite acceso desde steam.
eso si, algo hace falta, para los q prefieran no usar la v40
o esas versiones chichis, y usar una v33 o v26 para el servidor no steam:
solo deben actualizar el hlds.
aqui estan los archivos
mediafire.com mtzzjykymj3
tomado de esta pagina ( no son expertos en el tema pero esta lo esencial)
http://ufbteam.com/uadminsdevenezuela/vbx/forum/f13/dproto-v0-2-8-plugin-multiprotocolo-nuevo-3262.html
Muchas gracias a gunner, excelente aporte.
este instalador de dproto si es ? por q en la guia de dunner puso otro y me facilitaria mas lo del instalador q es mero next next ^^ respondanme grax

Thack!.- PrO

- Cantidad de envíos: 549
Re: [tutorial] vuelve tu servidor p47 y 48 (nosteam)
amigo de hecho ya no es ninguno el mio aun sirve pero esta desactualizado jahsjashjshj pero ya mismo me pongo a actualizar el mensaje inicial
(thx to jundxn q me paso eld ato de la actualizacion) ![]()
edit: actualizado a la version 0.3.7
_______________________________________

Bienvenido Guest, si eres nuevo te invito a leer las normas de CSCOLSERVERS

GunnersSlash- Admin

- Cantidad de envíos: 3310
Re: [tutorial] vuelve tu servidor p47 y 48 (nosteam)
ok grax por decirme haora se cual debo bajar thanks!! ^^ lo q pasa es q estaba confundido

Thack!.- PrO

- Cantidad de envíos: 549
Re: [tutorial] vuelve tu servidor p47 y 48 (nosteam)
los links ya no sirven 
_______________________________________


Cancer-Severo- Diseñador

- Cantidad de envíos: 1022
Re: [tutorial] vuelve tu servidor p47 y 48 (nosteam)
So Google it!
_______________________________________
![]() ![]() | |

cLoSeSiM- Moderador

- Cantidad de envíos: 2071
Similar topics» Vuelve ancestral games
» Manual/Tutorial: Registrarse en DMW.
» [TUTORIAL] Convertir SD a disco duro.
» TUTORIAL IV:Rutas Aéreas en Uruguay en el FP
» ~Tutorial~ Repaint aviones fs2004 & fsx
» Manual/Tutorial: Registrarse en DMW.
» [TUTORIAL] Convertir SD a disco duro.
» TUTORIAL IV:Rutas Aéreas en Uruguay en el FP
» ~Tutorial~ Repaint aviones fs2004 & fsx
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum






