kNedLiik has written
Someone try fix this pls??
1
2
3
4
5
6
7
2
3
4
5
6
7
position = {
"250 50 0"
}
addhook("spawn","admin")
function admin(id)
	parse("hudtxt "..id.." ©255000000 Admin:Urnamehere "..position)
end
1
2
3
4
5
6
2
3
4
5
6
position = "250 50 0"
addhook("spawn","admin")
function admin(id)
	parse("hudtxt "..id.." '©255000000 Admin: "..player(id,"name").."' "..position)
end
Lua Scripts/Questions/Help


Offline
it's for all . Everyone can get it and use for theyr server but thx
.