Thread
:
Get a servers player list?
View Single Post
#
2
04-25-2015, 12:28 AM
scriptless
Banned
Join Date: Dec 2008
Location: N-Pulse
Posts: 1,412
allayers is a list of all players.
PHP Code:
for (
temp
.
pl
:
allplayers
) {
echo(
temp
.
pl
);
}
Should echo all the players online.
scriptless
View Public Profile
View GraalOnline Profile
Find all posts by scriptless