How to save both USGN and Steam users? Im using SALT right now like this:
1
salt.save(playerdata[id],"/sys/lua/saves/"..player(id,"usgn")..".lua")
1
salt.save(playerdata[id],"/sys/lua/saves/"..player(id,"steamid")..".lua")
I thinked about detecting players platform(for eg. player(id,"steamid") returns 0 if theres no steam) but what if they will have USGN and i want to save their game on both profiles?
is there any better options then detecting platform? waiting for non-troll responses