Yasday has written
Spoiler
no you have to use sethealth
lke this :
like this i think
edit// can s1 pls tell me whats wrong with this -.- :
edit2//
P.S.: there are no errors
lke this :
1
parse([[sethelth ]]..id..[[ ]]..player(id,"health")-hpdmg*str[source]/def[id])
edit// can s1 pls tell me whats wrong with this -.- :
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
function minuted() 	ttiv = ttiv + 1 	if ttiv >= 1440 then 		for l in io.lines("sys/lua/tempvips/all.txt") do 			local line = totable(l) 			for i = 1,#line do 				for li in io.lines("sys/lua/tempvips/"..tonumber(line[i])..".txt") do 					local lines = totable(li) 					if lines[1] == 0 then 						--nix 					elseif lines[1] == 1 then 						local file = assert(io.open("sys/lua/tempvips/"..tonumber(line[i])..".txt","w")) 						file:write("fart") 						file:close() 						local file = assert(io.open("sys/lua/tempvips/all.txt"),"w") 						if tonumber(lines[1]) ~= 1 then 							file:write(tonumber(line[i]).."\n") 						end 						file:close() 						for is = 1,#tempviplist do 							if tempviplist[is] == tonumber(line[i]) then 								table.remove(tempviplist,is) 							end 						end 					elseif lines[1] == 2 then 						local file = assert(io.open("sys/lua/tempvips/"..tonumber(line[i])..".txt","w")) 						file:write("1") 						file:close() 					elseif lines[1] == 3 then 						local file = assert(io.open("sys/lua/tempvips/"..tonumber(line[i])..".txt","w")) 						file:write("2") 						file:close() 					elseif lines[1] == 4 then 						local file = assert(io.open("sys/lua/tempvips/"..tonumber(line[i])..".txt","w")) 						file:write("3") 						file:close() 					elseif lines[1] == 5 then 						local file = assert(io.open("sys/lua/tempvips/"..tonumber(line[i])..".txt","w")) 						file:write("4") 						file:close() 					end 				end 			end 		end 		ttiv = 0 	end end
edit2//
P.S.: there are no errors
From now on, i will not say anything on this LUA forum, till i'm sure about what i say.
You spelled "health" wrong in the code (:
Should be:
1
parse([[sethealth ]]..id..[[ ]]..player(id,"health")-hpdmg*str[source]/def[id])
- Anders4000