23.08.2011, 17:35
(
Last edited by BigAl; 23/08/2011 at 05:37 PM.
Reason: SOLVED
)
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);