kHANGEL tRUE Nivel 7
Mensajes : 160 Reputación : 0 Fecha de inscripción : 20/02/2012 Edad : 24 Localización : Argentum-Zone
| Tema: [APORTE] Comando para atacar GMS. Jue Feb 23, 2012 7:27 am | |
| Bueno, al poner /puedeatacargm los usuarios lo pueden atacar. Lo probe en 11.5/twist/revival pero anda en todos creo... ya que el meditar esta en todos los mods. Buscar: - Código:
-
Case "/MEDITAR" Arriba poner: - Código:
-
'PUEDEN ATACAR GAME MASTERS BY UNDERGROUND Case "/PUEDEATACARGM" If Not UserList(UserIndex).name = "UNDERGROUND" Then Call SendData(SendTarget.ToIndex, UserList, 0, "||No puedes usar este comando." & FONTTYPE_INFO) Else PuedeAtacarGMs = 1 Call SendData(SendTarget.ToAll, UserIndex, 0, "||AVISO: TODOS PUEDEN ATACAR A LOS GMs." & FONTTYPE_SERVER) End If 'PUEDEN ATACAR GAME MASTERS BY UNDERGROUND Case "/NOPUEDEATACARGM" If Not UserList(UserIndex).name = "UNDERGROUND" Then Call SendData(SendTarget.ToIndex, UserIndex, 0, "||No puedes usar este comando." & FONTTYPE_INFO) Else PuedeAtacarGMs = 0 Call SendData(SendTarget.ToAll, UserList, 0, "||AVISO: YA NO PUEDEN ATACAR A LOS GMs." & FONTTYPE_SERVER) End If 'PUEDEN ATACAR GAME MASTERS BY UNDERGROUND LO DE "UNDERGROUND" lo reemplazan por el nombre de su administrador. Ahora lo declaramos... Buscar: - Código:
-
Public CamaraLenta As Integer Abajo: - Código:
-
Public puedeatacargms as integer Buscar: - Código:
-
CamaraLenta = val(GetVar(IniPath & "Server.ini", "INIT", "CamaraLenta")) Abajo: - Código:
-
PuedeAtacarGMs = val(GetVar(IniPath & "Server.ini", "INIT", "PuedeAtacarGMs"))
Buscar: - Código:
-
SendData SendTarget.ToIndex, AttackerIndex, 0, "||¡¡No podes atacar a los administradores del juego!! " & FONTTYPE_WARNING Y reemplazan todo el if por este: - Código:
-
SISTEMA DE ATAQUE DE GAME MASTERS BY UNDERGROUND If UserList(VictimIndex).flags.Privilegios >= PlayerType.Consejero Then If PuedeAtacarGMs = 0 Then SendData SendTarget.ToIndex, AttackerIndex, 0, "||¡¡No podes atacar a los administradores del juego!! " & FONTTYPE_WARNING PuedeAtacar = False Else: PuedeAtacar = True Exit Function End If End If 'SISTEMA DE ATAQUE DE GAME MASTERS BY UNDERGROUND Bueno, ahora en server.ini Buscar: CamaraLenta = 0 Abajo poner: PuedeAtacarGMs = 0 NADA MÁS! |
|
Fleep Admin
Mensajes : 107 Reputación : 1 Fecha de inscripción : 14/02/2012
| Tema: Re: [APORTE] Comando para atacar GMS. Jue Feb 23, 2012 11:20 am | |
| Buen aporte capo se agradece
Suerte y Saludos! |
|
Eruby Nivel 3
Mensajes : 77 Reputación : 0 Fecha de inscripción : 15/02/2012
| Tema: Re: [APORTE] Comando para atacar GMS. Jue Feb 23, 2012 1:47 pm | |
| BUEN APORTE!
Fuente Propia:...? |
|
NajseV Nivel 7
Mensajes : 151 Reputación : -2 Fecha de inscripción : 18/02/2012
| Tema: Re: [APORTE] Comando para atacar GMS. Vie Feb 24, 2012 12:32 am | |
| el codigo funciona en todos los mods ... twist revival y/o 11.5 eso es verdad pero en un alkon no funcionara amenos que lo adaptes para un mod alkon .. al igual que en algun fenix no va a funcionar |
|
Contenido patrocinado
| Tema: Re: [APORTE] Comando para atacar GMS. | |
| |
|