Jump to content

lGalazArayal

Members
  • Posts

    54
  • Joined

  • Last visited

Details

  • Gang
    No

lGalazArayal's Achievements

Snitch

Snitch (10/54)

0

Reputation

  1. Bueno nesesito un resource topkill un panel para saber los kill de los jugadores espero que me ayuden gracias
  2. addEventHandler("onPlayerJoin", root, function() local ip = getPlayerIP(source) fetchRemote("http://ip-api.com/json/"..ip, outputJoin, "", false, source) end) function outputJoin(response, errno, thePlayer) local country = "N/N" local city = "Desconocida" if response ~= "ERROR" and errno == 0 then local joinData = fromJSON(response) if joinData and type(joinData) == 'table' then country = joinData.country city = joinData.city end end setElementData(thePlayer,"Country", country) outputChatBox("* "..getPlayerName(thePlayer).." Ha Entrado Al Servidor Desde: ["..city.."] ["..country.."]",root,220,140,105) end No lo puedo acomodar mira esta mal no puedo arreglarlo
  3. Oigan ese script no esta bien acomodado no lo puedo acomodar
  4. Solo da la región no la ciudad * MisterZ Ha Entrado Al Servidor Desde: [] [United Kingdom] Yo ahí no fixié nada para que el código te funcione, sólo arreglé un error de Alexs. Una pregunta el permiso se le da a console el fetchremote en true?
  5. espera que fetechremote de lo doy en autoaclacpanel?
  6. el meta asi esta el mio. "xNahu#,[M]ister" name="Joinquit-BR" type="script" />
  7. Muchas gracias me sirvio mucho muchas gracias
  8. function player_Wasted (ammo, killer, weapon) if not killer or killer == source then outputChatBox(getPlayerName(source).." Se Ha Suicidado!") else outputChatBox(getPlayerName(killer).." Le partio el culo a "..getPlayerName(source).." con una ("..getWeaponNameFromID(weapon)..")") end end addEventHandler("onPlayerWasted", getRootElement(), player_Wasted) Este funciona bien como yo quiero pero hay un problema que los nombres de los jugadores que no salen a color ¿Que más se puede hacer? Este sale en color Verde cambile los valores donde termina el chatBox y hay acamodas los colores function player_Wasted (ammo, killer, weapon) if not killer or killer == source then outputChatBox(getPlayerName(source).." Se Ha Suicidado!",source,0,255,0,true) else outputChatBox(getPlayerName(killer).." Le partio el culo a "..getPlayerName(source).." con una ("..getWeaponNameFromID(weapon)..")",source,0,255,0,true) end end addEventHandler("onPlayerWasted", getRootElement(), player_Wasted) lo del suicidio sale bien pero ahora nisiquiera aparece el mensaje Galaz le ha partido del culo a diego
  9. function player_Wasted (ammo, killer, weapon) if not killer or killer == source then outputChatBox(getPlayerName(source).." Se Ha Suicidado!") else outputChatBox(getPlayerName(killer).." Le partio el culo a "..getPlayerName(source).." con una ("..getWeaponNameFromID(weapon)..")") end end addEventHandler("onPlayerWasted", getRootElement(), player_Wasted) Este funciona bien como yo quiero pero hay un problema que los nombres de los jugadores que no salen a color ¿Que más se puede hacer?
  10. Este sale cuando mato a alguien que cuando mato a alguien sale como qque se suicido ¿Que mas se puede hacer?
  11. En este sale lo mismo cuando me mato con basuca sale Galaz le ha partido el culo a Galaz y cuando me suicido del freerom sale se ha suicidado eso esta bien pero cuando me mato yo mismo Galaz le ha partido el culo a Galaz con rocket ¿Que más se puede hacer? Ah cierto, ya se porque es, copia el codigo de nuevo y probalo. No no funciona sale Galaz le ha partido el culo a Galaz ¿Que mas se puede hacer?
×
×
  • Create New...