Help with steamhex and identifier extended

Hello I have a problem with my extended, I don’t know why is taking steamhex as identifier. When need add a value about identifier in others scripts add steamhex and not identifier, so I get a few errors. Someone could help me please! I’ll apreciate so much.

Finally I sloved it after a week. I found how to fix it in this post, it isnt the same but was usefull
local identifier

adding this code where I need get identifier

 local identifier
   for k, v in ipairs(GetPlayerIdentifiers(target,0)) do
      if string.match(v, "license:") then
         identifier = string.sub(v,9)
         break
      end
   end

I found it in this post . Thanks a million to @zee

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.