Showstats
PHP Code:
1 ASD
2 Icons (for rupees, bombs, arrows)
4 Rupees count
8 Bombs count
0x10 Arrows count
0x20 Hearts
0x40 Alignment (ap) bar
0x80 Magic points (mp) bar
0x100 Minimap (you can only hide it, you can't show it when the player pressed Alt+3)
0x200 Inventory NPCs
0x400 Players
0x800 Right-click on players opens their profile
allstats All of the previously stated stats flags enabled
Also, what's the point of having show stats in a timeout?
PHP Code:
//#CLIENTSIDE
function onCreated()
{
showstats(allstats - 0x80 - 0x40);
}