Error Forever
#5

pawn Код:
stock ResetPlayerInfo(playerid)
{
    fSweeperPos[playerid][0] = 0;
    fSweeperPos[playerid][1] = 0;
    fSweeperPos[playerid][2] = 0;
    PlayerSweeping[playerid] = 0;
    SweeperTime[playerid] = 0;
    SweeperDistance[playerid] = 0;
    return 1;
}
You need to specify whether the function has parameters or not. If there are no parameters, you just need to place '()'.

EDIT: Below poster was right, you need a 'playerid' parameter.
Reply


Messages In This Thread
Error Forever - by Kaaashi - 01.07.2014, 08:20
Re: Error Forever - by Kaaashi - 01.07.2014, 08:25
Re: Error Forever - by BlackSirrah239 - 01.07.2014, 09:12
Re: Error Forever - by kamiliuxliuxliux - 01.07.2014, 09:14
Re: Error Forever - by Threshold - 01.07.2014, 09:17
Re: Error Forever - by kamiliuxliuxliux - 01.07.2014, 09:19

Forum Jump:


Users browsing this thread: 1 Guest(s)