games.play
Introduction
Get the code to count a user gameplay. Can be used if the user is logged in or not.
Parameters
| Name | Type | Description |
| gid | int | A game ID to count the gameplay for. |
Using the PHP Library
<?php
$response=$newhaze->api->games_play(23);
echo $response->code;
?>