Trouble with Timer
#6

Код:
error 021: symbol already defined: "JobTimer"
This code means that you have defined it somewhere else on the very top of your script and you forgot like"
pawn Код:
new JobTimer[MAX_PLAYERS];
/* line 25{code}
line 300*{other pieces of code}*/

new JobTimer[MAX_PLAYERS];
And you cannot notice you defined it twice,because of too many lines between the definitions,so just try to remove it,and see if it fixes the errors.
Reply


Messages In This Thread
Trouble with Timer - by preshantram - 20.08.2012, 08:30
Re: Trouble with Timer - by Cjgogo - 20.08.2012, 08:33
Re: Trouble with Timer - by preshantram - 20.08.2012, 08:37
Re: Trouble with Timer - by Cjgogo - 20.08.2012, 08:39
Re: Trouble with Timer - by preshantram - 20.08.2012, 08:40
Re: Trouble with Timer - by Cjgogo - 20.08.2012, 08:46
Re: Trouble with Timer - by preshantram - 20.08.2012, 08:59
Re: Trouble with Timer - by Cjgogo - 20.08.2012, 09:06
Re: Trouble with Timer - by preshantram - 20.08.2012, 09:09
Re: Trouble with Timer - by Cjgogo - 20.08.2012, 09:24

Forum Jump:


Users browsing this thread: 10 Guest(s)