Json Data bl_game_users

Support for MFPS 2.0 (for verified users)
Forum rules
To request support/assistance for MFPS, you first have to verify your purchase by sending your purchase invoice number to Lovatto in a PM.
Post Reply
User avatar
setdevil
Contributor
Contributor
Posts: 77
Joined: Thu Jun 25, 2020 11:44 am

{"rawData":{"WeaponsLoadouts":"10&14&16&21,17&14&16&12,9&15&16&12,9&1&16&19","ClassKit":2}}


I need to know the data present here with name for put it in my php stats script..

How to know more about the data in the table bl_game_users?



Thank you.
User avatar
Lovatto
Admin
Admin
Posts: 1834
Joined: Sun Dec 07, 2014 3:18 pm
Contact:

The number in WeaponsLoadouts represents the GunID of the weapons in the game, so you probably will have to have a reference to the GunID in your PHP script,
the '&' is just a separator char, so you will have to parse/split the line to fetch just the numbers, the ',' separate the weapon classes (Assault, Recon, etc...)
How to find your Invoice Number: Here
How to find your Order Number: Here
User avatar
setdevil
Contributor
Contributor
Posts: 77
Joined: Thu Jun 25, 2020 11:44 am

Thank you..
Post Reply