Timer Problom.
#1

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
Reply
#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
#3

lol what do you mean
Reply
#4

Replace
Код:
BusLine2Timer()
with
Код:
public BusLine2Timer()
Reply
#5

Oh I see!! The warning is gone, now I am going to test it.

Sorry I am so dumb lol
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)