Autor Wiadomość
Mefix94
PostWysłany: Czw 14:21, 17 Lut 2011    Temat postu:

skrypt super. przyda mi sie. + dzieki
Tirsof
PostWysłany: Pią 16:02, 16 Paź 2009    Temat postu:

i mi tez
Kucusix
PostWysłany: Nie 14:37, 18 Mar 2007    Temat postu:

MI SIE TAM PODOBA Smile
rafix
PostWysłany: Pią 20:43, 09 Mar 2007    Temat postu: Re: Santa doll na 7.92 ;] bardzo fajne ;p

[quote="Loniiu"]Witam!
Jest to mikołaj na 7.92 muwiący ... cos tam zobaczyc warto.

ZAL.PL


"muwiacy"...Zastrzegam sobie bledy ortograficzne
Wrobel
PostWysłany: Pią 20:21, 09 Mar 2007    Temat postu:

No panie moderatorze ^.^ Pierwszy Skrypt , i nie mogę powiedziec że coś jest źle Smile
-----
Skrypt Zgodny Wszystko pięknie Razz Mam nadzieje że wiele osób skożysta Smile
Moderatorzy powinni dawać przykład i jak narazie dobrze ci idzie Łoniiu Smile
Pzdr
Loniiu
PostWysłany: Pią 20:17, 09 Mar 2007    Temat postu: Santa doll na 7.92 ;] bardzo fajne ;p

Witam!
Jest to mikołaj na 7.92 muwiący ... cos tam zobaczyc warto.

actions/scripts i robimy tam pilk "santadoll" zawartosc:


--function santa doll--
function onUse(cid, item, frompos, item2, topos)
sorte = math.random(1,6)
pos = getPlayerPosition(cid)

if item.itemid == 6567 then
if sorte == 1 then
doPlayerSay(cid,'Ho ho ho!',16)
doSendMagicEffect(pos,22)

elseif sorte == 2 then
doSendMagicEffect(pos,22)
doPlayerSay(cid,'Jingle bells, jingle bells..',16)

elseif sorte == 3 then
doSendMagicEffect(pos,22)
doPlayerSay(cid,'Have you been naughty?',16)

elseif sorte == 4 then
doSendMagicEffect(pos,22)
doPlayerSay(cid,'Have you been nice?',16)

elseif sorte == 5 then
doSendMagicEffect(pos,22)
doPlayerSay(cid,'Merry Christmas!',16)

elseif sorte == 6 then
doSendMagicEffect(pos,22)
doPlayerSay(cid,'Can you stop squeezing me now... I m starting to feel a little sick.',16)

else
end
end
return 1
end

teraz :
actions/actions

<action itemid="6567" script="santadoll.lua"/> <-- na sam dół

To by było na tyle ;]
Comment PlX

Powered by phpBB © 2001, 2005 phpBB Group