Hello, sorry this is my first thread for asking something about how to get specific elements data for all players
i've tried some of code like getElementsByType, getElementData, but still i dont know how, and im new in Lua programming, but experience in code like C, and website programming such as php, jvscript.
addCommandHandler( "check", function(player)
local checkplayerid = getElementsByType("playerid",below)
local first = 1
local found = false
local i =0
while(found == false) do
local yes = isValueInTable(checkplayerid,first,i)
if yes then