Timer Problom.
#2

Quote:
Originally Posted by stieben
Hello...

I have got a timer problom and I dun know what to do wif it.

These are the codes:

On Top
Код:
forward BusLine2Timer();
OnGameModeInIt
Код:
SetTimer("BusLine2Timer", 35000, 0);
On Bottom
Код:
BusLine2Timer()
{
  ---- My Code ------- 
}
This is the warning I GET!
Код:
warning 203: symbol is never used: "BusLine2Timer"
Please help me
Try this:

pawn Код:
public BusLine2Timer()
{
  ---- My Code -------
}
Reply


Messages In This Thread
Timer Problom. - by stieben - 19.01.2010, 17:10
Re: Timer Problom. - by LuxurioN™ - 19.01.2010, 17:18
Re: Timer Problom. - by stieben - 19.01.2010, 17:18
Re: Timer Problom. - by actiwe - 19.01.2010, 17:19
Re: Timer Problom. - by stieben - 19.01.2010, 17:22

Forum Jump:


Users browsing this thread: 1 Guest(s)