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

pawn Код:
forward ayoyo(playerid);
public ayoyo(playerid){
    ClearAnimations(playerid);
}
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
    if (newkeys == 16){
        SetTimer("ayoyo", 6000, false);
    }
    return true;
}
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)