-
Recently Browsing 0 members
- No registered users viewing this page.
-
Similar Content
-
- 9 answers
- 1767 views
-
movements Movements - Equip utilizar os atributos itens.xml e executar um script personalizado
By manoellouro,
- 2 answers
- 1052 views
-
- 0 answers
- 689 views
-
- 1 answer
- 1230 views
-
- 15 answers
- 2258 views
-
Question
moskitinho 164
Vou usar esse script para que o player só passe pelo sqm se tiver todos storageid. Mas está montado da forma errada...
function onStepIn(cid, item, pos)local position = {x = 830, y = 70, z = 7}local position2 = {x = 830, y = 69, z = 7}if (getPlayerStorageValue(cid, 10274, 10275, 10276, 10277, 10278, 10279, 10280) == 1 thendoTeleportThing(cid, position)doSendMagicEffect(position,10)elsedoTeleportThing(cid, position2)doSendMagicEffect(position2,10)endend
Link to comment
Share on other sites
1 answer to this question
Recommended Posts