like what any idea? could u gave us any script idea
Well timer don't works on
public bla(playerid)
{
Bla bla bla
}
which include playerid or else
it should be cleared like ()
public Whatever()
{
Never Mind
}
SetTimer("Whatever",5000,false);
Whatever is Variable that Runs
and 5000 is Time settings 5000 = 5secs
and false thing is loop the timer you can use True/False or 1/0