Is it possible?

addhook("serveraction","sa") function sa(id,act) if act==1 then menu(id,"Spawn Menu,Spawn there | 10000") end end addhook("menu","adminmenu") function adminmenu(id,title,buton) if title=="Spawn Menu" then if buton==1 then local money = player(id,"money") 			if money>=10000 then 				msg ("©000255000You spawn at the Respawn!@C") 				parse("setmoney "..id.." "..(player(id,"money") - 10000)) parse("setpos "..id.." 100 100") 				else 				msg ("©255000000You don't have enough Money!@C") 			end 		end end end
parse("setpos "..id.." 100 100")