I have this script (console does not show any errors):
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
function menu_f2(id,action) if action==1 then for i = 1000,10000,1000 do timer(i,"parse","speedmod " .. id .. " " .. player(id, "speedmod") + 10) 	end	 	 end end
It does not work^^ It only increases my speed +10 after one second and that nothing happens^^