<?php

require "cfmapi.class.php";
$player = new PlayerStats("Tigrounette", "en");
// en = title language
echo $player->Stats("rank");
// usable: name, tribe, title, rounds, cheese, sham_cheese, saves, hard_saves, first, bootcamps, cratio, sratio, fratio, scratio, rank
Exemplo n.º 2
0
<?php

require "TransformiceAPI/autoload.php";
$player = new PlayerStats("Ramonrod", "br");
echo $player->Nickname();