PHP Server Stats

Hi, i’m in the middle of making a php stats but not sure what variables gta 5 uses for example
‘general’ => [
‘dedicated’ => ‘dedicated’,
‘hostname’ => ‘hostname’,
‘mapname’ => ‘mapname’,
‘maxplayers’ => ‘max_players’,
‘numplayers’ => ‘num_players’,
‘password’ => ‘password’,
],
‘player’ => [
‘name’ => ‘name’,
‘score’ => ‘score’,
‘ping’ => ‘ping’,

If anyone knows the details on the variables i’d be grateful thanks

1 Like

Here http://forum.fivereborn.com/topic/542/playerlist-on-website

Thanks that really helped erm is there any other variables other than those 2 client and player count?