[Release] Allow Steam Clients only

I’ve noticed a few people having issues with FX and non steam players joining. Made this in about 30 seconds. Hope this helps…

https://drive.google.com/open?id=0B-l6KIpAN_U8NjBpYTViVFcxNzA

Nice share but you have useless line in server.lua
local steamID = string.upper(string.sub(identifiers[1], 7))
and me I use
string.match(identifiers, "steam")
:slight_smile:

If that works for you sweet! I just know that works…

This almost change nothing ^^’
Thanks for sharing

Do note identifier 1 isn’t guaranteed to always be Steam, even if a Steam ID is present. Please iterate through the identifier list, and don’t assume a specific index is a specific identifier type.

2 Likes

this script work on vRP Framework?

This doesnt need any “frameworks”

does not seem to work…

did he works on vrp?

Can you re-upload the file please

1 Like