Hi, I am having a problem involving constants. In the beginning of my program I have this:
SCAR Code:const
Time = 14;
and then later on when I try to do this:
SCAR Code:Wait(Time * 1000);
It gives me a type mismatch error. I guess it has something to do with casting maybe but I'm not sure how to fix it.


Reply With Quote











