• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Kilka skryptów

PolskiMag

Polski Mag
Joined
Sep 2, 2009
Messages
62
Reaction score
0
Witam potrzebuję kilka skryptów pod tfsa 0.3.6
1.
2. Na usuwanie wszystkich itemków z domu komendą
3. Guild war (żaden mi nie działa :()
4.
5.
 
Last edited:
No jak sie pytales co to warunek tablice etc to sie nie dziwie.
 
local exh = 5 -- Ile sekund exhaused
local storage = 1414
function onSay(cid, words, param, channel)
if (getPlayerStorageValue(cid,storage)<= os.time()) and doPlayerRemoveMoney(cid, 50) == true then
local summon = doSummonCreature("Trainer",getPlayerPosition(cid))
doChallengeCreature(cid, summon)
doChallengeCreature(summon, cid)
setPlayerStorageValue(cid,storage,os.time()+exh)
else
doPlayerSendCancel(cid, "Sorry, You are exhaused.")
end
return TRUE
end
masz trainer komenda i do talkactions.xml
<talkaction words="!trainer" event="script" value="trainer.lua"/>
 
Jak chcesz to na swojego ots'a to powodzenia że ten ots wypali skoro takiego skryptu napisać nie umiesz..
 
Back
Top