Scripting/Squirrel/Functions/Player.WantedLevel
This wiki is using an old backup from 2020
Some information may be old/missing
This function will show the FPS(Frames Per Second) of the player
Syntax
player.WantedLevel();
Example
function onPlayerCommand( player, cmd)
{
if ( cmd=="mywanted" )
{
MessagePlayer( "Your wanted level is " + player.WantedLevel , player );
}