07.08.2011, 10:38
What do you mean the full code? I gave you what needs to be added to your current code for it to work! Using your variable the if statement would be:
That's assuming that your duration is in seconds, if it's in minutes you need to multiply by 60,000!
pawn Код:
if(iCount >= pNMDuration * 1000)