• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
why uninitialised variable 'cardicon_expert_fal'
#1
Code:
icon()
{
precacheShader( "cardicon_expert_fal" );
streakIcon = createIcon( cardicon_expert_fal, 32, 32 );
streakIcon setPoint( "RIGHT", "BOTTOMRIGHT", 0, -35 );
streakIcon.hideWhenInMenu = true;
}
this is the code
  Reply
#2
Code:
icon()
{
precacheShader( "cardicon_expert_fal" );
streakIcon = createIcon( "cardicon_expert_fal", 32, 32 );
streakIcon setPoint( "RIGHT", "BOTTOMRIGHT", 0, -35 );
streakIcon.hideWhenInMenu = true;
}
u forgot quotes
helped ya? rep me +
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Help uninitialised variable accomplishment tsoPANos 5 2,965 03-27-2012, 20:21
Last Post: Rendflex
  [Release] Variable Zoom Scope Yamato 6 4,421 12-30-2011, 17:43
Last Post: GscGunner
  Help FIXED| static variable help | mfc c++ rotceh_dnih 1 1,832 11-19-2011, 05:18
Last Post: rotceh_dnih
Exclamation Help Time Variable Scripts18 4 2,801 07-29-2011, 02:17
Last Post: Scripts18
  Help uninitialised variable[SOLVED] ddaavvee 10 5,729 07-03-2011, 23:10
Last Post: ddaavvee
Exclamation Help With KILLSTREAK'S: variable true Please assist :) rotceh_dnih 19 8,443 04-05-2011, 16:01
Last Post: Tomsen1410

Forum Jump:


Users browsing this thread: 1 Guest(s)