Seifader HELP! - 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: Seifader HELP! (
/showthread.php?tid=271337)
Seifader HELP! -
Darklom - 24.07.2011
Well I need to compile I do have the include but this error happens
pawn Code:
C:\Users\Toshiba\Desktop\Modern Life Roleplay\V. 1\pawno\include\seifader.inc(98) : error 004: function "OnPlayerScreenFade" is not implemented
C:\Users\Toshiba\Desktop\Modern Life Roleplay\V. 1\pawno\include\seifader.inc(114) : error 004: function "OnPlayerScreenColorFade" is not implemented
Re: Seifader HELP! -
Luis- - 24.07.2011
Go in to Seifader.inc and scroll all the way down until you find those functions and add then to your main script.
Re: Seifader HELP! -
Darklom - 24.07.2011
This is what I found, uh is this correct? I mean if I were to remove the /* and */ would it work?
pawn Code:
/*public OnPlayerScreenFade(playerid, color, speed)
{
return 1;
}
public OnPlayerScreenColorFade(playerid, color, speed)
{
return 1;
}*/
Re: Seifader HELP! -
Luis- - 24.07.2011
Yes.