19.01.2010, 17:18
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(); Код:
SetTimer("BusLine2Timer", 35000, 0); Код:
BusLine2Timer() { ---- My Code ------- } Код:
warning 203: symbol is never used: "BusLine2Timer" ![]() |
pawn Код:
public BusLine2Timer()
{
---- My Code -------
}