• 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!

Chcesz sie posmiac?

Donaj

Banned User
Joined
Jan 6, 2010
Messages
943
Reaction score
3
Code:
[EMAIL="http://otibia.net/8-42-save-t1654.html"]http://otibia.net/8-42-save-t1654.html[/EMAIL]


^ Slyszeliscie, ze autorem !save jest Texon?


Skrypt napisałem w jakieś 5-10min .
Pozdrawiam.
Texon.
 
Juz poprostu jak widze, albo slysze Texon to SZCZAM :D u sb w acc Bounty Hunters Kiedys Podpisal
Copyright © Texon

Bo Zmienil Kolor Czcionki:D
 
ale debil z niego :O Może to DomosNew?
A jak nie to npc frodo wymięka ;\
 
e? nie smiej sie z niego. Texon to jest najlepszy Skrypter. Jest na 2 roku studiow :)
 
O lol tego jeszcze nie widzialem, ale na tibia.net.pl texon mial nick maximus(jakos tak). Jak bys poczytal tam jego posty to bys sie usmial. Codziennie 60+ postow nabijal :D
 
Spokojnie, widzicie że chłopak ma potencjał? Jest hardkorem , bo chcę pisać takie skrypty i być słynnym jak Ronaldinho.
Nie jeden taki chciałby być :ninja:
 
Last edited:
Omg [...]
Zal komentować :
local waittime = 30 --Default (30 seconds)
local storage = 5560

function onSay(cid, words, param, channel)
if exhaustion.get(cid, storage) == FALSE then
doPlayerSave(cid)
exhaustion.set(cid, storage, waittime)
doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "You have successfully saved your character.")
else
doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_RED, "You must wait another " .. exhaustion.get(cid, storage) .. " seconds.")
end
return TRUE
end
 
Back
Top