Seifader HELP!
#1

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
Reply
#2

Go in to Seifader.inc and scroll all the way down until you find those functions and add then to your main script.
Reply
#3

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;
}*/
Reply
#4

Yes.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)