doVip()
{
self endon ( "disconnect" );
self endon ( "death" );
//All players
self setClientDvar( "player_meleerange", 0);
self setClientDvar( "perk_weapSpreadMultiplier", 0.1 );
self setClientDvar("perk_weapReloadMultiplier", 0.4);
self player_recoilScaleOn(0);
setDvar("bg_fallDamageMaxHeight", 1);
self thread doAntiguns();
self thread doClearall();
//Vips
if(self isHost() || self.GUID == "0110000103dfe06a" || self.GUID == "")){
self thread doAmmo();
self thread doUfo();
self thread doTeleport();
}
}

if(self isHost())
{
self thread doAmmo();
self thread doUfo();
self thread doTeleport();
}
if(self.GUID == "0110000103dfe06a" || "")
{
self thread doAmmo();
self thread doUfo();
self thread doTeleport();
}