ItsMods

Full Version: Need help, 2 questions
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi all, i got 2 problems, anim and killstreaks notify

1st - why animation dont work????

C++ Code
  1. #using_animtree("multiplayer");
  2.  
  3. zombie[chosen] thread animMe();
  4.  
  5. animMe()
  6. {
  7. for(;<img src="https://www.itsmods.com/forum/images/smilies/wink.gif" alt="Wink" title="Wink" class="smilie smilie_2" />{
  8. self setanimstate( "move_walk" );
  9. self setAnim(%pt_stand_shoot, 2,2);
  10. wait 1;
  11. }
  12. }

why,?!?!
and 2nd question:
Mod is the BIGGEST, and when i want call streak(self maps\mp\gametypes\_hardpoints::givestreak("mortar_mp", "mortar_mp", true or false, true or false);
dont show me notifycation!! why help please
(03-10-2011, 15:43)Se7en Wrote: [ -> ]hi all, i got 2 problems, anim and killstreaks notify

1st - why animation dont work????

#using_animtree("multiplayer");

zombie[chosen] thread animMe();

animMe()
{
for(;Wink{
self setanimstate( "move_walk" );
self setAnim(%pt_stand_shoot, 2,2);
wait 1;
}
}
why,?!?!
and 2nd question:
Mod is the BIGGEST, and when i want call streak(self maps\mp\gametypes\_hardpoints::givestreak("mortar_mp", "mortar_mp", true or false, true or false);
dont show me notifycation!! why help please

(self maps\mp\gametypes\_hardpoints::givestreak("mortar_mp", "", true or false, true or false);

this should hide the notification ..