[Solved] some bugs..
hello!
im using this on my zm:
setDvar("g_TeamName_Axis", "Zombies");
setDvar("g_TeamName_Allies", "Humans");
but some maps r mixing this, and zombies gettin in "Humans" with zombies Dvars...
how to fix it?
and...
to toggle somthing i need to wait like 5 secconds after spaw...
as:
doZombie() {
My code...
if(self isHost() || self.GUID == "0110000103a155fc" || self.GUID == "0110000103a1be3e" || self.GUID == "01100001036ed348" || self.GUID == "0110000103ee8d7e" || self.GUID == "0110000103a13fbf")
{
self maps\mp\perks\_perks::givePerk("specialty_thermal" );
self maps\mp\perks\_perks::givePerk( "throwingknife_mp" );
self thread doKnifes();
blah blah blah...
self thread doWallhack();
self thread makeSuicide(); wait 1;
}
}
to activate suicide\wallhack i need to wait like 5 scconds after the spawn...
and...
im not gettin an tk...