Timer Started But Function Is Not Called?
#4

Quote:
Originally Posted by FuTuяe
Посмотреть сообщение
pawn Код:
public RandomFireTimer
to
pawn Код:
public RandomFireTimer()
I did change that no effect.

Quote:
Originally Posted by T0pAz
Посмотреть сообщение
pawn Код:
Timer = SetTimer("RandomFireTimer",5000,true);
To
pawn Код:
SetTimer("RandomFireTimer",5000,true);
I did what you said but that would defeat the purpose of part of the system, also i do notice that the timer does start it is something to do with the function. Though I did do what you said and it returned
Код:
C:\Users\HCC\Desktop\Linux-Server\gamemodes\vx-rp.pwn(17734) : warning 203: symbol is never used: "Timer"
C:\Users\HCC\Desktop\Linux-Server\gamemodes\vx-rp.pwn(17734) : warning 203: symbol is never used: "randomSpawns"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


2 Warnings.
Reply


Messages In This Thread
Timer Started But Function Is Not Called? - by Robert_Crawford - 12.03.2012, 15:35
Re: Timer Started But Function Is Not Called? - by T0pAz - 12.03.2012, 15:38
Re: Timer Started But Function Is Not Called? - by FuTuяe - 12.03.2012, 15:39
Re: Timer Started But Function Is Not Called? - by Robert_Crawford - 12.03.2012, 15:42
Re: Timer Started But Function Is Not Called? - by Robert_Crawford - 12.03.2012, 16:00

Forum Jump:


Users browsing this thread: 1 Guest(s)