//#CLIENTSIDE
{
function onPlayerChats()
if(player.chat == "/big")
player.zoom = 5;
if(player.chat == "/small")
player.zoom = 0.5;
if(player.chat == "/normal")
player.zoom = 1;
}
1. So everyone can see ur size not just you.
2.Staff Only.
Can anyone help thanks!