04.07.2011, 13:04
Hello, this errors and warnings are making me mad..
Lines: 665 and 666
Lines: 675 and 676
Some one known the problem?
pawn Код:
C:\Users\Valentino\Desktop\Rat's propiety\0.3b Server Samp1\filterscripts\premium.pwn(665) : error 010: invalid function or declaration
C:\Users\Valentino\Desktop\Rat's propiety\0.3b Server Samp1\filterscripts\premium.pwn(666) : warning 235: public function lacks forward declaration (symbol "healthTimer")
C:\Users\Valentino\Desktop\Rat's propiety\0.3b Server Samp1\filterscripts\premium.pwn(675) : error 010: invalid function or declaration
C:\Users\Valentino\Desktop\Rat's propiety\0.3b Server Samp1\filterscripts\premium.pwn(676) : warning 235: public function lacks forward declaration (symbol "armourTimer")
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
2 Errors.
Lines: 665 and 666
pawn Код:
foward healthTimer();
public healthTimer()
pawn Код:
foward armourTimer();
public armourTimer()