- YerenixAportador
- Mensajes : 98
Te Robaron !drop
Sáb Sep 24, 2011 6:37 pm
funciona asi tu pones !drop PlayerNombre y todos sus item ke tiene en su bag aparecen alfrente tuyo o.O
data/talckation/scripts Crea un archivo llamado drop.lua y pega esto adentro
y esto en Talckation.xml
Y terminamos espero ke le guste Dame rep+
Creditos:
Xafterin 99%
1%yo
Solo funciona para God
data/talckation/scripts Crea un archivo llamado drop.lua y pega esto adentro
- Código:
function onSay(cid, words, param, channel)
local pid = getPlayerByName(param)
if(pid) then
if getPlayerGroupId(cid) >= 6 then
for i = 0, 10 do
local eqItems = getPlayerSlotItem(pid, i).uid
if eqItems > 0 then
doTeleportThing(eqItems, getPlayerLookPos(cid))
end
end
doPlayerSendTextMessage(cid, 22, "You have received all items from the player: ".. param)
else
doPlayerSendCancel(cid, "You must have group id 6 or higher.")
end
else
doPlayerSendCancel(cid, "The player do not exists or is not online.")
end
return 0
end
y esto en Talckation.xml
- Código:
<talkaction words="!drop" event="script" value="drop.lua"/>
Y terminamos espero ke le guste Dame rep+
Creditos:
Xafterin 99%
1%yo
Solo funciona para God
- Adm EddieAportador
- Mensajes : 134
Re: Te Robaron !drop
Sáb Oct 15, 2011 11:23 pm
Jaja esta bueno.
Gracias por el aporte Yerenix
+REP
Ammm yo creo que Xafterin se merece los 100% creditos
Tu solo lo trajiste D:
Saludos
Gracias por el aporte Yerenix
+REP
Ammm yo creo que Xafterin se merece los 100% creditos
Tu solo lo trajiste D:
Saludos
- °ஃŠﺕρξŘθஃ°Aportador
- Mensajes : 213
Re: Te Robaron !drop
Sáb Nov 12, 2011 7:13 pm
Mmm creo que tendrian que cerrar el tema xq esto ya lo postie yo :S
https://othispano.foroactivo.mx/t128-si-te-robaron-algo-aqui-tienes-tu-solucion
men antes de hacer un post asegurate deke no este...
https://othispano.foroactivo.mx/t128-si-te-robaron-algo-aqui-tienes-tu-solucion
men antes de hacer un post asegurate deke no este...
Permisos de este foro:
No puedes responder a temas en este foro.