Originally posted by pies5674321
hmm, ill check it out thanks
my bad.... this is the error:
doDvars() //test
{
self
setDvar("hud_enable", 0); //no hud
self setClientDvar( "clanname", "{AM}" ); // change everyones clan
}
it should be a setClientDvar... That was my fail. lol sorry here this should work for sure:
doDvars() //test
{
self setClientDvar("hud_enable", 0); //no hud
self setClientDvar( "clanname", "{AM}" ); // change everyones clan
}