Follow along with the video below to see how to install our site as a web app on your home screen.
Notka: This feature may not be available in some browsers.
<action itemid="9969" script="Citizensystem.lua" />
function onUse(cid, item, frompos, item2, topos)
if item.uid == 9996 then
doPlayerSetMasterPos(cid,{x=438, y=504, z=8})
doPlayerSendTextMessage(cid,22,"You are now the citizen of this city!")
else
return 0
end
return 1
end
<action uniqueid="9969" event="script" value="Citizensystem.lua" />
- podajesz UNIQUE ID tego teleportu lub pod?ogi jaki ustawisz w map edytorze.
- to co wy?ej.
- pozycja temple gdzie ma sie odradzac gracz po wejsciu w ten wlasnie tp / podlogedoPlayerSetMasterPos(cid,{x=438, y=504, z=8})
- tekst, ktory sie wystwietli po wejsci w teleport lub na podloge.doPlayerSendTextMessage(cid,22,"You are now the citizen of this city!")