[SOLVED]warning 204: symbol is assigned a value that is never used
#1

pawn Code:
C:\Documents and Settings\Ross\Desktop\DV New Server\gamemodes\dvdrift.pwn(773) : warning 204: symbol is assigned a value that is never used: "TimerA"
C:\Documents and Settings\Ross\Desktop\DV New Server\gamemodes\dvdrift.pwn(774) : warning 204: symbol is assigned a value that is never used: "TimerC"
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


2 Warnings.
pawn Code:
TimerA = SetTimer("AngleUpdate", 200, true);
    TimerC = SetTimer("CheckPlayerState", 100, true);
Why am I getting these warnings?
Reply


Messages In This Thread
[SOLVED]warning 204: symbol is assigned a value that is never used - by BigAl - 23.08.2011, 17:35
Re: [SOLVED]warning 204: symbol is assigned a value that is never used - by Darnell - 23.08.2011, 17:39
Re: [SOLVED]warning 204: symbol is assigned a value that is never used - by brett7 - 23.08.2011, 18:49

Forum Jump:


Users browsing this thread: 1 Guest(s)