for k,v in pairs(cPlayers) do
local playerName = GetPlayerName(GetPlayerFromServerId(v))
it says invalid.
If i print the value, its there. If i write the value in directly, like “2” it works properly. but if it reads 2 from table it doesnt work.
Any idea? Its like a value type problem.