Forum




No money adding.
5 replies







anyways its what Pikachu

1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
addhook("ms100","save_nomoney")
function save_nomoney()
for id = 1,32 do
if (player(id,"exists")) then
parse("setmoney "..id.." "..player(id,"money")-170000)
end
end
end



