SA-MP Forums Archive
Error and warning - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Error and warning (/showthread.php?tid=266320)



Error and warning - RatHack - 04.07.2011

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?


Re: Error and warning - Venice - 04.07.2011

public armourTimer()
public healthTimer()

show full


Re: Error and warning - System64 - 04.07.2011

forward armourTimer();
you put

foward armourTimer();


Re: Error and warning - M4z - 04.07.2011

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


Respuesta: Error and warning - RatHack - 04.07.2011

Thanks, problem fixed

/lock please