Dentos Posted October 7, 2014 Share Posted October 7, 2014 Lo que pasa es que yo tengo un resource de anti relog, me funciona pero los mensajes comoi estos _ outputChatBox ( "Ya puedes desconectarte.", ps, 255, 5, 0 ) end outputChatBox ( "Recibiste daño, no puedes desconectare hasta que pasen 30 segundos!", source, 255, 5, 0 ) end no me salen estos mensajes y quisiera que me salga eso aqui le dejo el resource completo --------------------------------------------------------------- --------------------------------------------------------------- --* MTADAYZ.COM --* MTADAYZ.COM --* MTADAYZ.COM --* MTADAYZ.COM --------------------------------------------------------------- function playerGetDamageDayZ ( attacker, weapon, bodypart, loss ) if not getElementData ( source, "tempodosexo" ) then if weapon and weapon > 1 and attacker and getElementType(attacker) == "player" then setTimer (deslogger, 30000, 1, source) setTimer ( setElementData, 30000, 1, source, "tempodosexo", false ) setElementData ( source, "tempodosexo", true ) outputChatBox ( "Recibiste daño, no puedes desconectare hasta que pasen 30 segundos!", source, 255, 5, 0 ) end end end addEventHandler ( "onClientPlayerDamage", getLocalPlayer (), playerGetDamageDayZ ) function deslogger(ps) outputChatBox ( "Ya puedes desconectarte.", ps, 255, 5, 0 ) end Link to comment
Tomas Posted October 7, 2014 Share Posted October 7, 2014 --------------------------------------------------------------- --------------------------------------------------------------- --* MTADAYZ.COM --* MTADAYZ.COM --* MTADAYZ.COM --* MTADAYZ.COM --------------------------------------------------------------- function playerGetDamageDayZ ( attacker, weapon, bodypart, loss ) if not getElementData ( source, "tempodosexo" ) then if weapon and weapon > 1 and attacker and getElementType(attacker) == "player" then setTimer (outputChatBox, 30000, 1, "Ya puedes desconectarte",source,255,5,0) setTimer ( setElementData, 30000, 1, source, "tempodosexo", false ) setElementData ( source, "tempodosexo", true ) outputChatBox ( "Recibiste daño, no puedes desconectare hasta que pasen 30 segundos!", source, 255, 5, 0 ) end end end addEventHandler ( "onClientPlayerDamage", getLocalPlayer (), playerGetDamageDayZ ) Tu script no tiene sentido para nada. Link to comment
iSmokee Posted October 8, 2014 Share Posted October 8, 2014 si sirve Tomas por que en el day z si te desconectas mientas te están disparando es ban o kick entonces para eso sirve pero yo solo jugue day z una vez y no me gusto jajaja por que te matan y pierdes todo y me da paja volver a buscar Link to comment
Tomas Posted October 8, 2014 Share Posted October 8, 2014 Ah, no sabía aunque no veo los eventos ahí... Link to comment
Recommended Posts