MUTANO
New Member
^_^ Hello.
I have a problem with my Server.
I have a script that causes the player to finish your premium account back to the temple at the same time free.
But there is a problem, because when the players free account logout, born in the temple.
Script:
I much help.
Thank you all.
Bye, and excuse me any error of English.
I have a problem with my Server.
I have a script that causes the player to finish your premium account back to the temple at the same time free.
But there is a problem, because when the players free account logout, born in the temple.
Script:
<event type="login" name="PremiumCity" script="premiumcity.lua"/>
function onLogin(cid)
freetownid = 1
freetowntemplepos = {x=287,y=217,z=7}
if getPlayerPremiumDays(cid) == 0 then
doPlayerSetTown(cid, freetownid)
doTeleportThing(cid, freetowntemplepos)
end
return TRUE
end
I much help.
Thank you all.
Bye, and excuse me any error of English.
Last edited: