[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
#2

Are the timers placed under OnGameModeInIt ?
Reply
#3

It looks like there are no other functions in your script that call those timers, so you could probably just not bother with the names.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)