function p (player)
local Serial = getPlayerSerial(player)
if Serial == '8EFDFD2CCE9A2C99E010AAA12E19A3F3' then
local x, y, z = getElementPosition ( player )
local create = createMarker ( x, y, z, "cylinder", 1.5, 255, 255, 0, 170 )
attachElements ( create, player )
else
outputChatBox ( "you serial not permission", getRootElement(), 255, 0, 0, true )
end
end
addCommandHandler ("ConsoleMarker", p)
dont test