if you wanted to use as fs then
add following line under OnFilterscriptInit
pawn Код:
//put it under public OnFilterScriptInit() SetTimer("GiveUserScoreAndMoney", 5000, true); // 5000 = 5 seconds (or 5000 ms) and true means that the timer repeats every 5 seconds