Dj Pacos Admin
Mensajes : 169 Puntos : 294 Reputación : 56 Fecha de inscripción : 01/05/2011 Edad : 31
| Tema: [ACTION] Removedor de frags Lun Mayo 02, 2011 8:52 pm | |
| Este script remueve FRAGS no white skull o red skull.. usenla cuando no esten con skulls. 1. Primero se van a data/actions/scripts copian cualquier archivo lua le ponen " frags" y pegamos lo siguiente : - Código:
-
function onUse(cid, item, fromPosition, item2, toPosisition) local rskulls = {yellow = SKULL_YELLOW, red = SKULL_RED, black = SKULL_BLACK} if isInArray(rskulls, getPlayerSkullType(cid)) then doPlayerSendCancel(cid,"You don't remover your frags and skulls.") doSendMagicEffect(getPlayerPosition(cid), 2) else db.executeQuery("UPDATE `killers` SET `unjustified` = 0 WHERE `id` IN (SELECT `kill_id` FROM `player_killers` WHERE `player_id` = " .. getPlayerGUID(cid) .. ")") doCreatureSetSkullType(cid, 0) doCreatureSay(cid, "Your frags and skulls is cleaned!", 19) doSendMagicEffect(getPlayerPosition(cid), 26) doRemoveItem(item.uid, 1) return TRUE end end
2. Luego vamos a data/actions/actions.xml y pegamos lo siguiente : - Código:
-
<action itemid="6535" event="script" value="frags.lua"/ >
Eso seria todo! Espero que a alguien le sirva! Creditos : 100% Hector1000 | |
|
admin heber723 Admin
Mensajes : 128 Puntos : 1163 Reputación : 16 Fecha de inscripción : 27/04/2011
| Tema: Re: [ACTION] Removedor de frags Lun Mayo 02, 2011 10:07 pm | |
| | |
|
Dj Pacos Admin
Mensajes : 169 Puntos : 294 Reputación : 56 Fecha de inscripción : 01/05/2011 Edad : 31
| Tema: Re: [ACTION] Removedor de frags Lun Mayo 02, 2011 11:26 pm | |
| gracias, estoy para ayudar | |
|
Contenido patrocinado
| Tema: Re: [ACTION] Removedor de frags | |
| |
|