Garry's Mod Leaks

This is my cgheat

Submitted by privateryan, , Thread ID: 162701

Thread Closed
15-03-2020, 09:07 AM
#1
concommand.Add( "retrieveplayers", function() for _, ply in ipairs( player.GetAll() ) do print( ply:Nick() .. ", " .. ply:SteamID() .. "\n" ) end end)

RE: This is my cgheat

This post was last modified: 15-03-2020, 11:24 AM by ThatFlow
#2
15-03-2020, 09:07 AM
privateryan Wrote:
concommand.Add( "retrieveplayers", function() for _, ply in ipairs( player.GetAll() ) do print( ply:Nick() .. ", " .. ply:SteamID() .. "\n" ) end end)
What is this used for or used in exactly?
I've tried this exact function and it does not seem to be working for me :c

15-03-2020, 09:07 AM
privateryan Wrote:
concommand.Add( "retrieveplayers", function() for _, ply in ipairs( player.GetAll() ) do print( ply:Nick() .. ", " .. ply:SteamID() .. "\n" ) end end)
Since it didn't seem to be working for me, I tried around and for some reason this worked:


concommand.Add( "retrievepPlayers", function() for _, ply inipairs(player.GetAll() ) doprint( ply:Nick() .. "end)

Users browsing this thread: 1 Guest(s)