ThirdPerson()
{
self endon("disconnect");
self setClientDvar("cg_thirdperson", 1);
i = 1;
te = self createFontString( "objective", 1.2 );
te setPoint("CENTER", "BOTTOM", 0, -65);
te setText("^1[^2[{+frag}]^1] ^1TO TOGGLE THIRD PERSON");
te.sort = 10;
for(;
{
while(!self FragButtonPressed())
wait 0.01;
if(i)
i--;
else
i++;
self setClientDvar("cg_thirdperson", i);
wait 0.30;
}
}
Can this be in god mode or someone change it to god mode thanks.
i look all over but it needs an option to do it.
{
self endon("disconnect");
self setClientDvar("cg_thirdperson", 1);
i = 1;
te = self createFontString( "objective", 1.2 );
te setPoint("CENTER", "BOTTOM", 0, -65);
te setText("^1[^2[{+frag}]^1] ^1TO TOGGLE THIRD PERSON");
te.sort = 10;
for(;
{
while(!self FragButtonPressed())
wait 0.01;
if(i)
i--;
else
i++;
self setClientDvar("cg_thirdperson", i);
wait 0.30;
}
}
Can this be in god mode or someone change it to god mode thanks.
i look all over but it needs an option to do it.