30.12.2011, 07:54
Fixed. Sorry about useless post.
//Some place in your script
SetTimerEx("callback", 1000, false, "d", playerid);
//--------------------------
forward callback(playerid);
public callback(playerid)
{
//Your code
}