Code:
public client_putinserver(id)
{
if(!is_user_bot(id))
{
set_task(5.0, "Show_FPSMenu", id )
set_task(5.0, "Task_CheckFrames" , id , _, _, "b")
}
}
Task_CheckFrames function doesnt exist. Was checkfps the intended function to be called?
Edit: Nice code correction edit after my post :-P
__________________