Timer Error
#6

ok i removed the code to check if the cop has made the arrest to see if it affected it in anyway,
It has and now compiles successfully, But im not sure wether its my account or the timer but it gave me one point, Then nothing else happens, Anyone?
pawn Code:
#include <a_samp>

#define FILTERSCRIPT
#if defined FILTERSCRIPT

forward Score(playerid);

public OnFilterScriptInit()
{
    print("\n--------------------------------------");
    print(" Blank Filterscript by your name here");
    print("--------------------------------------\n");
   
  print("Starting timer...");
    SetTimer("Score",10000,true);
    return 1;
}

public OnFilterScriptExit()
{
    return 1;
}

#endif

public Score(playerid)
{
    SetPlayerScore(playerid,1);
}
Reply


Messages In This Thread
Timer Error - by JoeDaDude - 26.05.2009, 20:12
Re: Timer Error - by Weirdosport - 26.05.2009, 20:14
Re: Timer Error - by Correlli - 26.05.2009, 20:14
Re: Timer Error - by JoeDaDude - 26.05.2009, 20:16
Re: Timer Error - by Weirdosport - 26.05.2009, 20:18
Re: Timer Error - by JoeDaDude - 27.05.2009, 13:01
Re: Timer Error - by Think - 27.05.2009, 13:03

Forum Jump:


Users browsing this thread: 4 Guest(s)