/*
author - rmx#6930
*/
/*
feel free to paste this code, just remember to give me credits
*/
/* function */
function viewmodel() {
local = Entity.GetLocalPlayer();
scoped = Entity.GetProp(local, "CCSPlayer", "m_bIsScoped");
if (!Entity.IsAlive(local) || !World.GetServerString())...