Allied Modders en español

Versión completa: SE CAE MI SERVIDOR :( (SOLUCIONADO PUTASO PLUGIN)
Actualmente estas viendo una versión simplificada de nuestro contenido. Ver la versión completa con el formato correcto.
Chicos necesito que me ayuden a solucionar este problema porfavor se los pidoo Cutecry

Cuando entra alguien que si con un nombre raro se cae el servidor me sale esto en console

Código:
[S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.

CAppInfoCacheReadFromDiskThread took 0 milliseconds to initialize

CApplicationManagerPopulateThread took 0 milliseconds to initialize (will have waited on CAppInfoCacheReadFromDiskThread)

dlopen failed trying to load:

/home/OGP_HOME_000000012/.steam/sdk32/steamclient.so

with error:

/home/OGP_HOME_000000012/.steam/sdk32/steamclient.so: cannot open shared object file: No such file or directory

Looking up breakpad interfaces from steamclient

Calling BreakpadMiniDumpSystemInit

Y nose que debug no se que verga porque sucede esto no hallo que hacer le digo a la empresa y me dice kike un plugin mal editado -.- aqui mi lista de los plugins que uso Whatdone

Código PHP:
Si un amigo recien me dijo eso y pues ya vi cual era el plugin que hacia que se tirara el sv y es este

OFFMessageConnectV2.amxx

Y este es el code
:

/* 
* Enter and Leave Message + show IP
*  v 0.1X 

*  by [Kindzhon] China
*   [email protected]


*/ 

/* 
* Cvars: 
* amx_enter_message "%name% has joined!\nEnjoy in this game!\n(Rank is %rankpos%,IP:%IP%)" 
* amx_leave_message "%name% has left!\nI hope you will come back." 

* If you are using csstats module then you may use 
* %rankpos% expression in amx_enter_message cvar. 

*/ 

#include <amxmod> 
#include <csstats> 

public client_putinserver(id){ 
   new 
param[34], len 
   param
[0] = id 
   len 
get_user_name(id,param[1],31
   
set_task(2.0"enter_msg"0param,len 2
   return 
PLUGIN_CONTINUE 


public 
client_disconnect(id){ 
   new 
param[34], len 
   param
[0] = id 
   len 
get_user_name(idparam[1], 31
   
set_task(2.0"leave_msg"0paramlen 2
   return 
PLUGIN_CONTINUE 


public 
enter_msg(param[]) { 
   new 
message[192],hostname[64
   
get_cvar_string("amx_enter_message"message191
   
get_cvar_string("hostname"hostname63
   
replace(message,191"%hostname%"hostname)
    new 
address[32]
    
get_user_ip(param[0],address,31,1)
   
replace(message,191"%IP%"address)
   if (
cvar_exists("csstats_reset")){ 
      new 
data[8], rankpos[8], pos 
      pos 
get_user_stats(param[0],data,data
      
numtostr(pos,rankpos,7
      
replace(message191"%rankpos%"rankpos
   } 
   
replace(message191"%name%"param[1]) 
   while(
replace(message191"\n""^n")){} 
   
set_hudmessage(025500.100.5506.06.00.50.153
   
show_hudmessage(0message
   return 
PLUGIN_CONTINUE 


public 
leave_msg(param[]) { 
   new 
message[192],hostname[64
   
get_cvar_string("amx_leave_message"message191
   
get_cvar_string("hostname"hostname63
   
replace(message191"%hostname%"hostname
   
replace(message191"%name%"param[1]) 
   while(
replace(message191"\n""^n")){} 
   
set_hudmessage(25502550.100.5506.06.00.50.153
   
show_hudmessage(0message
   return 
PLUGIN_CONTINUE 


public 
plugin_init() { 
  
register_plugin("Enter-Leave Message","0.2","[Kindzhon] China"
  
register_cvar("amx_enter_message""%name% ha ingresado!\nDisfruta del Servidor!\n(Ranking: %rankpos%)"
  
register_cvar("amx_leave_message""%name% se fue!\nTe esperamos pronto. :)"
  return 
PLUGIN_CONTINUE 

Ejemplo este men entro hoy y se callo el sv Triste ÜnknowN • Roiman

y FUE POR ESE PLUGIN Oh god why
Tienes el servidor Doble-Protocolo?
Yes Insecure
elimina el system32 y listo problema solucionado
No vez mi firma ?

Si no vas a opinar,ayudar o hablar sobre este tema podes andate.

Eliminalo tu quizás te diviertes un rato..

Esos no son juegos, aprende a ser serio.!
lpm jajajaja que buen chiste
(22/10/2019, 11:27 PM)DavidLG escribió: [ -> ]No vez mi firma ?

Si no vas a opinar,ayudar o hablar sobre este tema podes andate.

Eliminalo tu quizás te diviertes un rato..

Esos no son juegos, aprende a ser serio.!

Interesante tu firma, no sabía que ahora era parte de las reglas del foro.

Buen post, me hizo reir mucho, +1.
Que buen MOMASO pacman