What Proplem In Code
addEventHandler ( 'onClientGUIClick', resourceRoot, function( )
if ( source == GUIEditor.button[1]) then
setElementModel(77,source)
end
end
)
addEventHandler ( 'onClientGUIClick', resourceRoot, function( )
if ( source == GUIEditor.button[2]) then
setElementModel(78,source)
end
end
)
addEventHandler ( 'onClientGUIClick', resourceRoot, function( )
if ( source == GUIEditor.button[3]) then
setElementModel(72,source)
end
end
)
addEventHandler ( 'onClientGUIClick', resourceRoot, function( )
if ( source == GUIEditor.button[4]) then
setElementModel(71,source)
end
end
)