function doResetSwitches(), doReplaceStones() and doSetPlayerAccess
I am very interessed in this 3 functions so if anyone have it or know how to make i would be very grateful,
doResetSwitches will transform de levers with y uniqueid with id 1946 to id 1945 after x time
ex:
levers with that uniqueid transform in id 1945 after x time
doReplaceStones will replace the stones im z position after x time
ex:
will create a stone in this position with my choice of id in x time
and
doSetPlayerAccess would set the access of player to what i choose
ex: doSetPlayerAccess(getPlayerByName(param), 1)
Thank anyway, sorry for bad english
I am very interessed in this 3 functions so if anyone have it or know how to make i would be very grateful,
doResetSwitches will transform de levers with y uniqueid with id 1946 to id 1945 after x time
ex:
PHP:
local UIDS = {5100, 5101, 5102}
doReplaceStones will replace the stones im z position after x time
ex:
PHP:
local STONE_POSITIONS = {x = 1148, y = 1243, z = 8, stackpos = 1}
will create a stone in this position with my choice of id in x time
and
doSetPlayerAccess would set the access of player to what i choose
ex: doSetPlayerAccess(getPlayerByName(param), 1)
Thank anyway, sorry for bad english