Witam,
Chciałbym się was poradzić co zrobić żeby na starcie serwera nie było debugów czyli np: żeby na sobie nie stali i tp![]()
function onLogin(cid)
local tp = {
{x=605, y=963, z=7},
{x=616, y=964, z=7},
{x=616, y=970, z=7},
{x=617, y=964, z=7}
}
if getPlayerStorageValue(cid, 1121) < 0 and isCreature(cid) == TRUE then
setPlayerStorageValue(cid, 1121, 1)
doTeleportThing(cid, tp[math.random(#tp)])
end
return true
end
co robi dokładnie?
Update players set posx = x, posy = y, posz = z where vocation = x
Dobre... do czasu aż ludzie popadają i znów będą debugi na temple tile.Jest jeszcze inne, łatwiejsze wyjście:
Ustawiasz dla każdej profesji inną pozycję, to trochę pomaga.
Dobre... do czasu aż ludzie popadają i znów będą debugi na temple tile. [/B]