What's new

Problem ze skryptem .lua

Status
Not open for further replies.

pietrak

User
Joined
Sep 28, 2008
Messages
15
Reaction score
0
Mam skrypt

function onUse(cid, item, frompos, item2, topos)
if item.uid == 1213 then
doPlayerSay(cid,"OKkKkK,16)
doTeleportThing(cid,{x=1032, y=1092, z=6})
end
end

i w silniku wyskakuje blad

plx o pomoc
 
R

Rahim

Guest
Odp: Problem ze skryptem .lua

Code:
function onUse(cid, item, frompos, item2, topos)
if item.uid == 1213 then
doPlayerSay(cid,"OKkKkK",16)
doTeleportThing(cid,{x=1032, y=1092, z=6})
end
end

Nie doda?e? drugiego nawiasu...
Jak nadal b?dzie ?le, zamie? doPlayerSay na doCreatureSay
 

Miziak

Advanced User
Joined
Sep 16, 2008
Messages
175
Reaction score
27
Odp: Problem ze skryptem .lua

Ja mam lepszy skrypt na teleportacje do temple chcesz??;)
 
Status
Not open for further replies.
Top