addEvent('onDkhl', true)
function dkhl()
spawnPlayer(source, 548.66711425781, -1427.5430908203, 16.1328125)
outputChatBox('You have been warped to dkhl area',source,0,255,0)
end
addEventHandler('onDkhl', root, dkhl)
function dkhl()
if ( source == GUIEditor_Button[12]) then
triggerServerEvent('onDkhl', localPlayer)
end
end
addEventHandler('onClientGUIClick', guiRoot, dkhl, true)
Tested and it works