07.08.2010, 21:48
Код:
C:\Documents and Settings\Livre\Desktop\Marvin'\Server Samp\gamemodes\NoS.pwn(853) : error 021: symbol already defined: "KillTimer" C:\Documents and Settings\Livre\Desktop\Marvin'\Server Samp\gamemodes\NoS.pwn(855) : error 010: invalid function or declaration C:\Documents and Settings\Livre\Desktop\Marvin'\Server Samp\gamemodes\NoS.pwn(843) : warning 204: symbol is assigned a value that is never used: "TimerB" C:\Documents and Settings\Livre\Desktop\Marvin'\Server Samp\gamemodes\NoS.pwn(844) : warning 204: symbol is assigned a value that is never used: "TimerC" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 2 Errors.
linhas
Код:
853: KillTimer(TimerB); 855: return 1; 843: TimerB=SetTimer("AutoFix", 500, true); 844: TimerC=SetTimer("CheckPlayerState", 100, true);