Techmo

dumplangs

Aug 25th, 2018
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. for k, v in pairs(player.GetAll()) do
  2. if IsValid(ply) and ply:IsPlayer() then
  3. print(v:Nick() .. "=" .. v:GetNWString("language"))
  4. end
  5. end
Add Comment
Please, Sign In to add comment