[SOLVED]error 025: function heading differs from prototype
#2

You didn't forward it right. Here you go:

Код:
forward ayoyo(playerid);
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
    if (newkeys == 16)
    {
        SetTimer("ayoyo", 6000, false);
    }
    return 1;
}
public ayoyo(playerid)
{
    ClearAnimations(playerid);
}
Rep+ :P LeL
Reply


Messages In This Thread
[SOLVED]error 025: function heading differs from prototype - by AnonymouseSAMP - 10.12.2013, 04:25
Re: error 025: function heading differs from prototype - by SickAttack - 10.12.2013, 04:33
Re: error 025: function heading differs from prototype - by Nikid - 10.12.2013, 04:34
Re: error 025: function heading differs from prototype - by AnonymouseSAMP - 10.12.2013, 04:35

Forum Jump:


Users browsing this thread: 1 Guest(s)