Error and warning
#1

Hello, this errors and warnings are making me mad..

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()
Lines: 675 and 676

pawn Код:
foward armourTimer();
public armourTimer()
Some one known the problem?
Reply
#2

public armourTimer()
public healthTimer()

show full
Reply
#3

forward armourTimer();
you put

foward armourTimer();
Reply
#4

Btw, you spelt forward wrong..
forward healthTimer();
forward armourTimer();
Reply
#5

Thanks, problem fixed

/lock please
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)