addEventHandler("onClientGUIClick",root ,
function ( )
if ( source == Button ) then
setWorldSpecialPropertyEnabled("extrajump", true)
outputChatBox ( "You Have Got Health | تم تشغيل القفزه العاليه", source, 0, 255, 0 )
end
)
addEventHandler("onClientGUIClick",root ,
function ( )
if ( source == Button ) then
setElementVelocity(10)
outputChatBox ( "You Have Got Speed | لقد تم زيادة السرعة", source, 0, 255, 0 )
end
)